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 MoreTag: Wordpress
Fatal Error: Allowed memory size of issue and how to fix it!
Most of the times while editing the posts or any third party related contents its start getting fatal error related with the php memory as its almost crossing the the allowed memory which has set at the server side. If this happens then simply we needs to increase the php memory limit for that particular […]
See More
You must be logged in to post a comment.