armo
Verified User
I have a problem with MySQL after upgrading to 5.1 through custom build.
I can login as root.
Also I can login as da_admin with specified password.
But while I'm trying to grant privileges to da_admin as root :
It says :
User da_admin exists and I can see in mysql.user table and it's set in /usr/local/directadmin/conf/mysql.conf but I have error while trying to connect with directadmin (Error connecting to MySQL: Access denied for user 'da_admin'@'localhost' (using password: NO)) and setting privileges in phpmyadmin
I can login as root.
Also I can login as da_admin with specified password.
But while I'm trying to grant privileges to da_admin as root :
Code:
GRANT ALL PRIVILEGES ON *.* TO da_admin@localhost IDENTIFIED BY 'mypass' WITH GRANT OPTION;
It says :
Code:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
User da_admin exists and I can see in mysql.user table and it's set in /usr/local/directadmin/conf/mysql.conf but I have error while trying to connect with directadmin (Error connecting to MySQL: Access denied for user 'da_admin'@'localhost' (using password: NO)) and setting privileges in phpmyadmin