Modify the phpMyAdmin script execution time
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.
This parameter sets the timeout for Apache to run a script.
Modify it in the php.ini file.
max_execution_time = 120 ; Maximum execution time of each script, in seconds
Modify the ExecTimeLimit value in the installdir/apps/phpmyadmin/htdocs/config.inc.php file:
$cfg['ExecTimeLimit'] = 120;
To set this execution timeout to be unlimited (apply this value only if really necessary), set the time limit to 0 in both cases.