Maximum execution time of 360 seconds exceeded wamp phpmyadmin [Closed] - 2016
error: Maximum execution time of 360 seconds exceeded [Closed] - 2016
Solution :Go to : C:\wamp64\alias
you will see below files
open phpmyadmin.conf file in your text editor. am using notepade++
ref: below images
C:\wamp64\alias
<Directory "C:/wamp64/apps/phpmyadmin4.5.2/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require local
# To import big file you can increase values
php_admin_value upload_max_filesize 128M
php_admin_value post_max_size 128M
php_admin_value max_execution_time 36000
php_admin_value max_input_time 36000
</Directory>
change php_admin_value max_execution_time from 360 to your value ex: 3600,if you want to set the maximun value make it as php_admin_value max_execution_time -1
Maximum execution time of 360 seconds exceeded wamp phpmyadmin [Closed] - 2016
Reviewed by (C#) Csharp examples
on
7:41 AM
Rating:
No comments: