can't login to PHPMyAdmin via cPanel, here's the fix:
If the cPanel user password and MySQL password are not the same, you can try resetting the account password in
If its a server-wide issue with PHPMyAdmin, run the following command to force a reinstall of PHPMyAdmin:
If that doesn't fix the issue, rebuild cPanel/WHM's internal PHP:
If the cPanel user password and MySQL password are not the same, you can try resetting the account password in
WHM using Main >> Account Functions >> Password Modification.This function will attempt to reset the cPanel user password for the system and MySQL. This should result in the system password and MySQL password again being in sync, allowing the user to log in using the phpMyAdmin log-in page.
If its a server-wide issue with PHPMyAdmin, run the following command to force a reinstall of PHPMyAdmin:
/usr/local/cpanel/bin/updatephpmyadmin --force
If that doesn't fix the issue, rebuild cPanel/WHM's internal PHP:
/scripts/makecpphp
No comments:
Post a Comment