View Single Post
  #43  
Old 09-28-2007, 08:40 AM
  hrothbeorht's Avatar 
hrothbeorht hrothbeorht is offline
 

Senior Member
  
Join Date: May 2007
Posts: 156
 

Default 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
__________________
x-cart- 4.1.10
www.boutiquefinn.ca
Reply With Quote