:: **Zploit** v1.0 | Current Path: **/opt/a2-optimized/wordpress/bin/**
:: Editing File: mysql-index.sh
#! /bin/bash wp db export wp plugin install index-wp-mysql-for-speed --activate wp index-mysql upgrade --all wp index-mysql enable --all echo -e "Is the site working as expected? (y/n): \c" read CONFIRM if [[ "$CONFIRM" =~ ^([yY])$ ]] then wp plugin deactivate index-wp-mysql-for-speed; wp plugin uninstall index-wp-mysql-for-speed; else echo "Please restore your site from the backup, and try again"; exit; fi