• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Phpmyadmin database upload issues

Xavier12

Regular Pleskian
Hey guys,

We are having an issue upload a 300mb mysql database to phpmyadmin.. With direct mysql file, t stops and only copies a few tables, stating to reupload to continue (which it doesn't and states that there are pre-existing tables). With zip file, it does the same.. at one point at 504 error occurred.

A customers site is down because of this. Please advise, thanks.
 
Last edited:
Hi UFHH01

Thanks for reaching back quickly. Going the command line route for now as mentioned. A part from that, how can we resolve the issue with phpmyadmin to upload via the console without any issues with php script timeout, 504 issues or part of the tables uploading?

Please advise, thanks
 
Hi Xavier12,

please increase your settings at "fcgid.conf" for your apache webserver from the standard "45" seconds to something like "3600" seconds.
It could be as well a good idea to increase some standard php - settings ( max_execution_time, max_input_time, upload_size, etc. ... in your php.ini's located on your server, to avoid your described issue ).

... or/and add/edit your "config.inc.php" for phpMyAdmin, located at: "/opt/psa/admin/htdocs/domains/databases/phpMyAdmin" ( but be aware that updates/upgrades/patches may re-change your settings! ). The standard settings are:

$cfg['ExecTimeLimit'] = 300;

and you could change it to:​

$cfg['ExecTimeLimit'] = 0;
 
Last edited by a moderator:
Back
Top