americanintel
Verified User
Yes, I've gone over and executed this several times: https://help.directadmin.com/item.php?id=45
My server was on CentOS 6 which was EOL so I performed a full reload with 8. I've setup DA hundreds of times but this one has been a bear.
So I get the "Error connecting to MySQL: Access denied for user: 'da_admin@localhost' (Using password: YES):" error which led me to the help item. But when I try to update the da_admin user:
I can login to DA just fine with my admin user. I'm trying to restore my accounts with the Admin Backup function, which I've used many times before (I have a second disk on the server for backups)...which works other than it can't restore the databases which is a problem as every site has a db.
So.. I'm stuck as one of my weaknesses is dealing with databases.
I can login to mysql just fine via CL... my admin login to DA is good. The two don't seem to work together though. mysql.conf in /usr/local/directadmin/conf is good and correct.
What am I missing?
OS and DA is latest and greatest.
My server was on CentOS 6 which was EOL so I performed a full reload with 8. I've setup DA hundreds of times but this one has been a bear.
So I get the "Error connecting to MySQL: Access denied for user: 'da_admin@localhost' (Using password: YES):" error which led me to the help item. But when I try to update the da_admin user:
ALTER USER 'da_admin'@'localhost' IDENTIFIED BY 'mypassword';
ERROR 1396 (HY000): Operation ALTER USER failed for 'da_admin'@'localhost'
MariaDB [(none)]> GRANT ALL PRIVILEGES ON *.* TO da_admin@localhost WITH GRANT OPTION;
ERROR 1133 (28000): Can't find any matching row in the user table
I can login to DA just fine with my admin user. I'm trying to restore my accounts with the Admin Backup function, which I've used many times before (I have a second disk on the server for backups)...which works other than it can't restore the databases which is a problem as every site has a db.
So.. I'm stuck as one of my weaknesses is dealing with databases.
I can login to mysql just fine via CL... my admin login to DA is good. The two don't seem to work together though. mysql.conf in /usr/local/directadmin/conf is good and correct.
What am I missing?
OS and DA is latest and greatest.