PDA

View Full Version : MySQL problem



Rou
28-01-2007, 11:51 AM
Well im trying to test a DJ Panel out. Ive added all the files and database tables.
In the readme it tells me to now register but it says

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'USERNAME HERE'@'localhost' (using password: YES) in /home/vitalhab/public_html/dePanel_v1.1/config.php on line 6
Access denied for user 'USERNAME HERE'@'localhost' (using password: YES)

and if its got anything to do with the config , it comes up with the same thing

ThisNameWillDo!
28-01-2007, 11:54 AM
Have you gave permission for the SQL username to have access to the database?

Rou
28-01-2007, 12:00 PM
Have you gave permission for the SQL username to have access to the database?

would that be done under a file or in mysql?

Jabba
28-01-2007, 12:04 PM
You need edit your settings to connect to your MYSQL database in the config.php.

Rou
28-01-2007, 12:07 PM
You need edit your settings to connect to your MYSQL database in the config.php.

thats the thing when i try get to config.php it says


Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'USERNAME HERE'@'localhost' (using password: YES) in /home/vitalhab/public_html/dePanel_v1.1/config.php on line 6
Access denied for user 'USERNAME HERE'@'localhost' (using password: YES)

Tomm
28-01-2007, 12:25 PM
All you do is edit config.php with your MySQL info.

Rou
28-01-2007, 12:35 PM
ive got it now , thanks guys :]

Want to hide these adverts? Register an account for free!