Fatal error : Maximum execution time of 300 seconds exceeded in phpmyadmin

Today, We want to share with you fatal error: maximum execution time of 300 seconds exceeded in.In this post we will show you maximum execution time of 300 seconds exceeded xampp, hear for Phpmyadmin maximum execution time 300 seconds exceeded we will give you demo and example for implement.In this post, we will learn about localhost Phpmyadmin Server Error Solution with an example.

Fatal error : Maximum execution time of 300 seconds exceeded in phpmyadmin

When you try to execute (some) queries in phpMyadmin if you get this error “Maximum execution time 300 exceeded”.

Setp 1: Go libraries using wamp

If you are wamp please go to “wamp\phpMyAdmin\libraries\config.default.php”.

wamp\phpMyAdmin\libraries\config.default.php

Setp 2: Go libraries using xampp

If you are xampp please go to “xampp\phpMyAdmin\libraries\config.default.php”.

xampp\phpMyAdmin\libraries\config.default.php

Step 3:Find ‘ExecTimeLimit’

Search for : $cfg[‘ExecTimeLimit’] = 600;

Search for : $cfg[‘ExecTimeLimit’] = 600;

here Also You can change or Update’600′ to any higher value, like as a ‘5999’ or ‘4000’.

Note: Maximum execution time in seconds is (0 for no limit).

This will fix your maximum execution time of 300 seconds exceeded error.

I hope you get an idea about mysql bulk import error.
I would like to have feedback on my infinityknow.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment