What Do i do

I got this message
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/vdkdevtm/public_html/upload/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.


what do i do
 
Fill in these two lines in the config.php file:

Code:
$config['MasterServer']['username'] = '';
$config['MasterServer']['password'] = '';
 
Back
Top