amoloo7

Member
Jan 17, 2013
16
1
3
India
cPanel Access Level
DataCenter Provider
Hello
I am trying to upload database more then 500Mb But i am getting error..Script timeout passed, if you want to finish import, please resubmit same file and import will resume. How to fixed this...?
I searched On google for this error... but didnt find any thing... Please help me

Thanks
Amol Saini
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

You will need to consult with your web hosting provider for assistance if you do not have root access to modify the maximum execution time for uploads through PHP. Or, if you have shell access, you can import the database manually. EX:

Code:
mysql database_name < /path/to/database.sql
Thank you.
 

amoloo7

Member
Jan 17, 2013
16
1
3
India
cPanel Access Level
DataCenter Provider
Big thanks to Matthew Spahr (Cpanel Ticket Staff) They fixed it they just added following configuration setting to the PHPMyAdmin configuration at /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php

$cfg['ExecTimeLimit'] = 0;

And it works .. for me
Thanks For helping me out
 
  • Like
Reactions: Alex C