mysql

Status
Not open for further replies.

nasty198730

New Member
Messages
2
Reaction score
0
Points
0
I just installed zazavi and having this:


Warning
: mysql_connect() [function.mysql-connect]: Access denied for user 'user'@'localhost' (using password: YES) in /home/..../...../...../lib/class_db.php on line 82

I tried to install phpbb and it was the same or was showing: cant establish database connection.

Can someone help on this one
 

Smith6612

I ate all of the x10Pizza
Community Support
Messages
6,517
Reaction score
48
Points
48
Are you sure you are using the correct Database user? That would be an access denied error, meaning bad credentials are being supplied which does not allow access to the database you're looking for.
 

nasty198730

New Member
Messages
2
Reaction score
0
Points
0
I am sure as the database is being set automaticly and I had the same problem with phpBB which is creating database and user.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
I checked in on your cPanel; go into MySQL databases, and under "Add User To Database," assign the correct mysql user to your database.

Right now, you have a database but no authorized users for it, which means no way to actually access it. When it asks for what privileges to add it with, add -all- of them.
 
Status
Not open for further replies.
Top