Solve phpmyadmin appears: Maximum execution time of 300

When using phpmyadmin mysql import data appears:

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

Internet search a lot of articles I say this is the big change max_execution_time php.ini inside can be changed or not. .

Phpmyadmin found later turned out to be their limit.

Find the config file in the phpmyadmin directory

Specific location may be different. For example, in \ phpMyAdmin \ libraries under

Found: $ cfg [ 'ExecTimeLimit'] = 300;

Change $ cfg [ 'ExecTimeLimit'] = 3000;

According to their needs change slightly. Then, when importing data and other bit longer to OK
~~~ ----------------
Disclaimer: This article is the original article CSDN bloggers "Pompeii", and follow CC 4.0 BY- SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/Pompeii/article/details/45153979

Guess you like

Origin www.cnblogs.com/dwj192/p/12045679.html