Error : No web page was found for the web address: “..databases/phpMyAdmin/export.php”

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:

“No web page was found for the web address: “https://server.domain.com/domains/databases/phpMyAdmin/export.php”

Just follow the steps below to fix the error:

  1. Make sure the file export.php is actually there.
  2. 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.