Modify the phpMyAdmin script execution time
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 /opt/bitnami/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.