Yesterday,I published a post covering; How to fix the missing database in cPanel.Now here I am going to cover another MySQL error,Which you may get when trying to export database.
Actual error is:
Just follow the steps below to fix the error:
- Make sure the file export.php is actually there.
- If the file is present the error is relevant to php memory limit. Try increasing the limit and see the results.
cd/etc/php.ini
Find the line that says “memory limit = (some)mb”
Change the following variable to some high value.
memory limit = 512 M
Restart Apache, You will now be able to export your MySQL database without further error.