mysql - Can't do a mysqldump from a PHP Script (Big data) -



mysql - Can't do a mysqldump from a PHP Script (Big data) -

i'm trying create database dump php script, when seek dump database construction works fine, when seek dump info application crashes, tried using options : --opt , --quick, didn't work me. ideas ?

run before script:

ini_set('memory_limit', '-1');

you may need line create sure php doesn't time out:

set_time_limit(0);

php mysql database dump

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -