Debug phpMyAdmin errors
Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows). On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Learn more about the Bitnami stack environment and about OS X VMs.
Troubleshoot phpMyAdmin timeout errors
If you try to import a zipped database, you might see a timeout error because phpMyAdmin takes too long to execute the script. To fix this:
-
Set the ExecTimeLimit setting to 0 (infinite) as described here.
-
Try to import the file again.
Remember to change the ExecTimeLimit setting back to its original value once the import process ends.