phpMyAdmin ตั้ง size limits และ timeout เวลา import mysql data ขนาดใหญ่ August 31, 2011
Posted by jbanju in LINUX CentOS.trackback
แก้ไขขนาด file upload /etc/php.ini
post_max_size = 8M
upload_max_filesize = 2M
แก้ไขค่า Timeout ที่
file http.conf
Timeout 60000
file php.ini
max_execution_time = 60000
max_input_time = 60000
memory_limit = 2000M
file config.inc.php ที่ phpmyadmin
$cfg['Servers'][$i]['ExecTimeLimit'] = 60000;
Advertisement
Comments»
No comments yet — be the first.