MySQL dbs and users dissapered ? To resolve this use following command, run: /usr/local/cPanel/bin/setupdbmap After that check it. 🙂
See MoreTag: Linux commands
How to udpate stats?
To update stasts on cPanel server for particular user, use following steps. 1. Restart Cpanel service service cpanel restart 2. Restart crond service service crond restart 3. Update stats using following script. /scripts/runweblogs username It will update the stats.
See MoreMySql Error: Too many MySQL connections
If you are getting Too many MySQL connections error for your site, use following command to flush the connections. mysqladmin flush-hosts It will help to resolve this issue. Thanks.
See More