Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: mysql_connect


brakemaster

Recommended Posts

Posted

I am getting this Warning when I try to install>

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'pat'@'localhost' (using password: YES) in /home2/gamingan/public_html/includes/functions/database.php on line 19

Unable to connect to database server!

 

I have been at this for some time>

 

I went to admin/includes/configure.php and includes/configure.php put in what I believe to be the correct parameters.

 

I have to be missing something. I just don't know what!

 

Yes, I have read the installation instructions. If I had not I wouldn't be posting this.

 

Any help?

Posted

I am getting this Warning when I try to install>

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'pat'@'localhost' (using password: YES) in /home2/gamingan/public_html/includes/functions/database.php on line 19

Unable to connect to database server!

 

I have been at this for some time>

 

I went to admin/includes/configure.php and includes/configure.php put in what I believe to be the correct parameters.

 

I have to be missing something. I just don't know what!

 

Yes, I have read the installation instructions. If I had not I wouldn't be posting this.

 

Any help?

 

 

OK, I went bact to the two configure.php files and made a change.

 

here look,

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', 'gamingan_pat');

define('DB_SERVER_PASSWORD', 'frazzle1961');

define('DB_DATABASE', 'gamingan_osc2');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

 

I changed username from 'pat' to 'gamingan_pat'

 

Now I have a different message:

1146 - Table 'gamingan_osc2.configuration' doesn't exist

 

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

 

[TEP STOP]

 

Any help?

 

Just so you all know, I am going to start a new string here. I am hoping the post topic will get me some response.

 

Thanks for looking at least.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...