crz_06
12-06-2005, 05:48 AM
I'm trying to import a large sql database, but keep getting '"Fatal error: Maximum execution time of 300 seconds exceeded' warning in phpmyadmin. So i cannot import my database
'Server variables and settings' of phpinfo show the 'delayed insert timeout' is the default value of 300. How and where do i change this value to say 900. (don't know command line mysql).
I allready change httpd.conf variable 'Timeout 300' to 'Timeout 30000' but no effect. Also setting 'max_execution_time' in php.ini doesn't prevent the error message from showing. I restarted apache on every change. The only variables of 300 I can imagine and see listed in phpinfo are HTTP_KEEP_ALIVE and the afore mentioned mysql 'delayed insert timeout'
PS: I tried cutting up the sql in smaller pieces, but the texteditor i'm using (Jedit) right now gives me a memory error when opening the 68 mb .sql file. Anyone knows a proper text editor that can handle large text files.
'Server variables and settings' of phpinfo show the 'delayed insert timeout' is the default value of 300. How and where do i change this value to say 900. (don't know command line mysql).
I allready change httpd.conf variable 'Timeout 300' to 'Timeout 30000' but no effect. Also setting 'max_execution_time' in php.ini doesn't prevent the error message from showing. I restarted apache on every change. The only variables of 300 I can imagine and see listed in phpinfo are HTTP_KEEP_ALIVE and the afore mentioned mysql 'delayed insert timeout'
PS: I tried cutting up the sql in smaller pieces, but the texteditor i'm using (Jedit) right now gives me a memory error when opening the 68 mb .sql file. Anyone knows a proper text editor that can handle large text files.