Feature phpmyadmin error once accessed from RVskin theme in control panel.
Solution (If you’re control panel user, please contact your host provider to do this for you):
1) Run a grep for the sessions that were currently in effect:
# grep "cpses_" /var/cpanel/databases/
2) Remove the following sections from any user's yaml that matched the:
cpses_########":
dbs: {}
server: X.X.X.X
3) Remove each of the cpses_######## lines from /var/cpanel/databases/users.db
4) Run the following command to update the user-data:
# /scripts/update_db_cache
5) Remove all of the cpses_######## users from the mysql.user table to remove the users from mysql. This can be accomplished from the command line or from WHM -> SQL Services -> PhpMyAdmin.
Comments
0 comments
Article is closed for comments.