阿里云9.9元云服务器限时购买

解决phpmyadmin导入MYSQL数据库限制大小为50M的问题

有时候想导入的数据库太大。但是遭到的限制

解决phpmyadmin导入MYSQL数据库限制大小为50M的问题

转载于:https://www.cnblogs.com/wesky/p/10609340.html

nginx.conf 配置

server_name www.bt.cn;
        index index.html index.htm index.php;
        root  /www/server/phpmyadmin;
        client_max_body_size 500M;    // 加入此项

php.ini配置

post_max_size = 500M
upload_max_filesize = 500M
posted @ 2021-04-29 08:07  HIIT  阅读(433)  评论(0编辑  收藏  举报
阿里云限时红包 最高 ¥ 2000 云产品通用红包,可叠加官网常规优惠使用