Vb 3.8 error

iHem

New Member
Step 2) Connect to the database

Attempting to attach to database

Error description: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) /home/unitedha/public_html/includes/class_core.php on line 311

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
Yes ive made mysql edited the config file i still get this error please help me ty.
 
If you are running a free host, they ain't have safe mode ON, i think
Ask your support if you can get permission.
 
1. When you create the database, you must also create a database user and a database user password.

2, You must assign this user to the database and grant FULL permission access to that database.

3. The database name, the database user name and the database user password must all be entered into the config.php.

From your error msg, it appears you have skipped one of these steps.
 
"Access denied for user 'nobody'@'localhost' (using password: NO)"

You haven't entered a user, or assigned a user to the database using cPanel.
 
Back
Top