Check all Databases on a Server Account
Script to audit all WordPress installs under [Account] i.e. /home/Account/ Assumes you have root accessThis will show every wp-config.php, the DB name, DB user, whether the DB exists, and whether the DB user exists. Change [accountname] to the account you wish to audit e.g. /home/accountname/The script will check these paths: The output columns will be:WP_CONFIGDB_NAMEDB_USERDB_EXISTSDB_USER_EXISTSDB_USER_MATCHES…
