Mysql not working after DA install

SoFiMaN

New member
Joined
Mar 3, 2007
Messages
3
Hello,

I've just installed DA on CentOS 4.4
Mysql was working fine before the setup of DA, but now something went wrong with it

[root@megalo /]# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N O)
[root@megalo /]#

I've read and tried this http://help.directadmin.com/item.php?id=45 but still nothing!

Any suggestions ?

Thanks.
Mostafa
 
Use this:
Code:
# mysql -uda_admin -p`grep "^passwd=" /usr/local/directadmin/conf/mysql.conf | cut -d= -f2`

Instead of:
Code:
# mysql
 
Back
Top