phpmyadmin:如何取消导入大数据库的时间限制
如何删除 phpmyadmin 中导入操作的时间限制?
由于限制,我无法上传大数据库,我必须再次登录数据库。
谢谢
how can I remove the time limit for the import operation in phpmyadmin ?
I'm not able to upload a big database because of the limit and I have to login again in the database.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我使用 MySQL BigDump
昨天对我来说效果很好!
I use MySQL BigDump
Worked well for me yesterday!
您必须打开 phpmyadmin 根文件夹中的 config.inc.php 文件。
添加这一行:
调整时间限制为10小时。
如果你想设置一个无限的时间限制,你可以使用这个
you must open config.inc.php file in phpmyadmin root folder.
add this line:
adjusted the time limit will be 10 hours.
if you want to set an infinity time for timelimit you can use this
尝试 mysqldumper
Try out mysqldumper
你不应该使用 phpmyadmin 上传大型数据库...使用控制台 mysql/mysqldump。
但如果你真的想的话,你可以在 php.ini 中更改 max_execution_time 参数
you shouldn't use phpmyadmin to upload big databases... use console mysql/mysqldump.
but you can chenge max_execution_time parameter in your php.ini if you really want to