Sometimes it may happen that while restarting mysql service on server you are getting below error. mysql is disabled by sys admin Try running below script to bring mysql up again /scripts/mysqlup If it’s Up then ok, but sometime it will give below error Updates for mysql /etc/mysql disabled If it is not working then go to /etc folder cd /etc Run the […]
See MoreTag: $1 hosting
How to Change Theme Without Login To WordPress Admin Area !!!
Check the database name from wp-config.php file. Backup the database using the following command from shell. cPanel mysqldump database_name > database_name.sql Plesk mysqldump –opt -uadmin -p`cat /etc/psa/.psa.shadow` database_name > database_name.sql Now, login to phpmyadmin and select the database_name. In the database click on table wp_options . In wp_options click on Sql tab . Execute the following […]
See MoreHow to access Awstats From Outside the control panel?
Accessing Awstats from outside the control panel is easy. Step 1 >> Download awstats from http://awstats.sourceforge.net Step 2>> Uncompress awstats-7.2.tgz Step 3>> Copy the contents of the uncompressed cgi-bin folder from your hard drive to the user cgi-bin directory (this includes awstats.pl, awstats.model.conf, and the lang, lib and plugins sub-directories). Step 4>> If necessary (should […]
See More
You must be logged in to post a comment.