sql文件太大(達到400m),致使沒法正常導入。須要修改php,nginx的配置文件php
php.ini配置html
post_max_size = 500M
upload_max_filesize = 500M
nginx.conf 配置nginx
server_name www.bt.cn; index index.html index.htm index.php; root /www/server/phpmyadmin; client_max_body_size 500M; // 加入此項