You can set $cfg['ExecTimeLimit'] in config.inc.php to zero which should mean it will never time out.
PHP Code:$cfg['ExecTimeLimit'] = 0;
I'm trying to import a backup of mysql into phpmyadmin and the file is about 1.7MB, I'm getting this error message
Anyone know how to increase the time before it times out?Code:Fatal error: Maximum execution time of 300 seconds exceeded in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/import/sql.php on line 124
Cheers!
Matt
You can set $cfg['ExecTimeLimit'] in config.inc.php to zero which should mean it will never time out.
PHP Code:$cfg['ExecTimeLimit'] = 0;
Ian Sproates, Head of Development (Newcastle), buy.at
tel: +44 (0)191 222 9728 | email: ian.sproates@buy.at | icq: 490-111-853 | msn: sproates@hotmail.com
Thanks for the quick reply, Where would i find that?
you should be able to do it in ssh
ssh mysql import - Google Search
Ian Sproates, Head of Development (Newcastle), buy.at
tel: +44 (0)191 222 9728 | email: ian.sproates@buy.at | icq: 490-111-853 | msn: sproates@hotmail.com
That's great thanks v much! :tup
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks