mysql and weird problems

linkinhost

Verified User
Joined
Sep 15, 2004
Messages
9
hi, i have just installed directadmin and am getting following error with mysql - Error connecting to MySQL: Access denied for user: 'da_admin@localhost' (Using password: YES)

also i dont know if this is related but i get the error Error connecting to MySQL: Access denied for user: 'root@localhost' (Using password: YES) when i try to access mysql via ssh
 
Error connecting to MySQL: Access denied for user: 'da_admin@localhost' (Using password: YES)

Password correct ? check the /var/log/messages when restarting Mysql to see if there's any error.

You can lookup your password: /usr/local/directadmin/conf/mysql.conf (or something in that area :p )

also i dont know if this is related but i get the error Error connecting to MySQL: Access denied for user: 'root@localhost' (Using password: YES) when i try to access mysql via ssh

User "root" isn't used in DA, so there's no user "root" in MySQL.
 
i know their will be no user root, but i did have mysql instaled and working before i installed directadmin so i thought i may still be able to get in that way
 
i checked the mysql.conf file as you suggested and it was coreect, and i am still having the same problem - any ideas?
 
Well.... What exactly are you having trouble with? The exact same problem? Is MySQL running. Can you access mysql and databases in it though phpmyadmin or the command line?
 
I actually found someone to help me out that is experienced with this since I have no experience at all.

The problem on the first post on this thread is the exact problem I have and I need to run those commands to fix it. The thing is those commands wouldn't run, seems like the server is setup differently. For example it says "use mysql" and that would be an invalid command but "mysql" would work.
 
Back
Top