Change Maximum execution time in phpMyadmin


For Xampp version on Windows



Add this line to xampp\phpmyadmin\config.inc.php



$cfg['ExecTimeLimit'] = 6000;





And Change xampp\php\php.ini to



post_max_size = 750M

upload_max_filesize = 750M

max_execution_time = 5000

max_input_time = 5000

memory_limit = 1000M



And change xampp\mysql\bin\my.ini



max_allowed_packet = 200M

Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.