Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpmyadmin\li
I have data.sql file and there is 151262 insert statement in SQL file. but while i try to IMPORT it in MYSQL database this give me following error.
Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpmyadmin\libraries\import\sql.php on line 111
Pls give some solution for this Problem.
-keval
Related Article: improve mysql join query execution time
is a MySQL discussion thread by ss.jatinmehta that has 2 replies, was last updated 3 years ago and has been tagged with the keywords: join.
keval_hack
Junior Poster in Training
66 posts since Jan 2010
Reputation Points: 8
Solved Threads: 4
Skill Endorsements: 0
I think this is the PHP timeout of phpMyAdmin. So you can either change the php.ini and increase the timeout, or import the file directly into MySQL throught the command line.
pritaeas
Posting Prodigy
9,267 posts since Jul 2006
Reputation Points: 1,173
Solved Threads: 1,456
Skill Endorsements: 86
But i don't know how to change php.ini pls can u tell me stem for that.
keval_hack
Junior Poster in Training
66 posts since Jan 2010
Reputation Points: 8
Solved Threads: 4
Skill Endorsements: 0
pritaeas
Posting Prodigy
9,267 posts since Jul 2006
Reputation Points: 1,173
Solved Threads: 1,456
Skill Endorsements: 86
@tesuji: Does LOAD DATA INFILE support sql dumps too ?
pritaeas
Posting Prodigy
9,267 posts since Jul 2006
Reputation Points: 1,173
Solved Threads: 1,456
Skill Endorsements: 86