Re: Database Auto-Optimizer
How do I know if this is working?
I load the page and it does nothing. Is the file configed properly? What should happen exactly?
Anyone?
# Define Constants
define('ERROR_LOG', '/var/www/vhosts/site.com/httpdocs/var/db_optimization_errors.html');
define('DB_LINK', mysql_connect('localhost','user','password'));
# Define databases to be optimized.
$db_name = array('dbname);
__________________
4.1.7
|