I'm trying to make a database dump from my php script, when I only try to dump the database structure it works just fine, but when I try to dump the data the application crashes, I tried using the options : --opt and --quick, but that didn't work for me. Any ideas ?
2条回答 默认 最新
douwen5584 2014-10-16 13:27关注Run this before your script:
ini_set('memory_limit', '-1');You may also need this line to make sure PHP doesn't time out:
set_time_limit(0);本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报