Web Hosting Talk







View Full Version : Mysgl Problem


jpayam
03-02-2004, 04:45 PM
Hi
I'm have problem with mysql on server

i receive below wrror message at wesite
--------------------------------------------------------------------
Warning: mysql_connect(): Access denied for user: 'jomani@localhost' (Using password: YES) in /home/jomani/public_html/catalog/catalog/includes/functions/database.php on line 19
Unable to connect to database server!
----------------------------------------------------------------------
Any suggestions?


thanks

dan_erat
03-02-2004, 04:59 PM
The PHP script that you're trying to run is not configured with the correct username and password for your database. Update the script's configuration file and make sure that the appropriate permissions are granted to the user (when connecting from localhost) in MySQL.