Hello,
Using: cPanel / WHM 92.0 (build 9)
Error: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Purpose: attempting to import large DB (not an option to use phpMyAdmin).
I've added a new database and user via the cPanel account page (MySQL Databases). I can access phpMyAdmin without issue. But I am unable to access the DB via SSH using mysql -u root -p. The same goes for if I try to mysql -u new_account_made_with_cpanel -p. The error is the same (as above).
I've tried going in to phpMyAdmin via cPanel > phpMyAdmin (meaning, not at account level but main dashboard where I can see all of my accounts). I then flush privileges, no change. I also did 'DELETE FROM mysql.user WHERE User='';', no change.
I'm not very experienced and unsure what to do to debug further. Any guidance is greatly appreciated.
Thank you
Using: cPanel / WHM 92.0 (build 9)
Error: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Purpose: attempting to import large DB (not an option to use phpMyAdmin).
I've added a new database and user via the cPanel account page (MySQL Databases). I can access phpMyAdmin without issue. But I am unable to access the DB via SSH using mysql -u root -p. The same goes for if I try to mysql -u new_account_made_with_cpanel -p. The error is the same (as above).
I've tried going in to phpMyAdmin via cPanel > phpMyAdmin (meaning, not at account level but main dashboard where I can see all of my accounts). I then flush privileges, no change. I also did 'DELETE FROM mysql.user WHERE User='';', no change.
I'm not very experienced and unsure what to do to debug further. Any guidance is greatly appreciated.
Thank you
Last edited by a moderator: