View Single Post
  #45  
Old 05-29-2008, 02:06 PM
 
effour effour is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 96
 

Default 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
Reply With Quote