Modify the phpMyAdmin script execution time
This parameter sets the timeout for Apache to run a script.
-
Modify the following option in the php.ini file:
max_execution_time = 120
-
Modify the ExecTimeLimit value in the /opt/bitnami/phpmyadmin/config.inc.php phpMyAdmin configuration 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.