Jump to content

Warning: mysql_connect() [function.mysql-connect]: Access denied


mdvignesh

Recommended Posts

Please help me to solve this error

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'SYSTEM'@'localhost' (using password: NO) in C:\wamp\www\shop-script-free\includes\database\mysql.php on line 13

 

Warning: mysql_get_server_info() expects parameter 1 to be resource, boolean given in C:\wamp\www\shop-script-free\includes\database\mysql.php on line 14

Access denied for user 'SYSTEM'@'localhost' (using password: NO)

 

Thanks you very much

 

[attachment deleted by admin]

The problem is either your username or password or both are incorrect, it will be in 1 of these 2 files open them and check that your username and password are correct. I am assuming it will be in the first one

 

include("./cfg/connect.inc.php");

include("./includes/database/mysql.php");

 

The problem is either your username or password or both are incorrect, it will be in 1 of these 2 files open them and check that your username and password are correct. I am assuming it will be in the first one

 

include("./cfg/connect.inc.php");

include("./includes/database/mysql.php");

 

You are right.

Thank you very much

:D :D :D

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.