votinhthuong / Configure-PHP-timeout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. In php.ini

post_max_size = 8M upload_max_filesize = 2M max_execution_time = 30 max_input_time = 60 memory_limit = 8M

  1. In my.ini (MySQL File)

max_allowed_packet = 500M

  1. Add this line to config.inc.php in phpMyAdmin

$cfg['ExecTimeLimit'] = 0;

About