Re: Database Auto-Optimizer
quick question ..
I was hoping that someone could help me with
the values or the Constants.
# Define Constants
define('ERROR_LOG', '/absolute-path-to-your-log-directory/db_optimization_errors.html');
define('DB_LINK', mysql_connect('server_address','sql_login','sql_pa ssword'));
do any of these look right?
/public_html/shop/var/log/db_optimization_errors.html
'server_address' = 'http://www.website.ca'
or
'server_address' = 'localhost'
or
'server_address' = 'www.website.ca/store'
'sql_login' = 'website_db_user_alpha'
this is the username for the db right?
in the config file it's this - $sql_user = 'website_db_user_alpha' right?
thanks!
-hroth
|