I've tried to upload a MySQL backup (.sql.gz format, 450kb) through phpMyAdmin. I've tried both phpMyAdmin provided with DA as well as another copy I've installed myself.
I keep getting the error message "Maximum execution time of 300 seconds exceeded".
I don't know why the maximum execution time is set to 300 seconds. I've set "max_execution_time" to 3600 in /usr/local/lib/php.ini and also set "Timeout" to 3600 in /etc/httpd/conf/httpd.conf. The server has even been rebooted since so no need to restart httpd.
When I look at phpinfo() result, it does say that max_execution_time = 3600.
Any ideas?
I keep getting the error message "Maximum execution time of 300 seconds exceeded".
I don't know why the maximum execution time is set to 300 seconds. I've set "max_execution_time" to 3600 in /usr/local/lib/php.ini and also set "Timeout" to 3600 in /etc/httpd/conf/httpd.conf. The server has even been rebooted since so no need to restart httpd.
When I look at phpinfo() result, it does say that max_execution_time = 3600.
Any ideas?