ปรับ ขนาดการ `import `ไฟล์ขนาดใหญ่ ผ่าน phpmyadmin `
for ubuntu 14.04 use this:
1- open php.ini using gedit or nano:
sudo gedit /etc/php5/apache2/php.ini
2- find 'upload_max_size' then replace this single line with these lines:
max_execution_time = 259200 max_input_time = 259200 memory_limit = 1000M upload_max_filesize = 750M post_max_size = 750M
3- save php.ini and close editor
4- restart apache2:
sudo service apache2 restart
5- now open
localhost://phpmyadmin/
in browser and uplaod your database.sql
https://stackoverflow.com/questions/9593128/cant-import-database-through-phpmyadmin-file-size-too-large/16960421
ไม่มีความคิดเห็น:
แสดงความคิดเห็น