500 error during database dump
Posted: Mon May 11, 2015 9:33 am
Hello everyone,
i'm having a weird issue maybe you already know why, when i dump a database restoring it from phpmyadmin is a 50 MB size database, after the upload it load and at a certain point it stops showing a 500 timeout error. When i see the error the 1st time i tough it was something in the php.ini file so i edited it setting loading/timeout parameters all to -1 to avoid that issue but nothing changed.
i set:
max_execution_time = -1
max_input_time = -1
max_input_nesting_level = 64
max_input_vars = 10000
memory_limit = 256M
post_max_size = 256M
upload_max_filesize = 512M
default_socket_timeout = -1
pdo_mysql.cache_size = 20000
mysql.connect_timeout = -1
mysqli.max_links = -1
mysqli.default_port = 3306
Now, is maybe something with the httpd or anything else blocking that script?
thank you in advance.
i'm having a weird issue maybe you already know why, when i dump a database restoring it from phpmyadmin is a 50 MB size database, after the upload it load and at a certain point it stops showing a 500 timeout error. When i see the error the 1st time i tough it was something in the php.ini file so i edited it setting loading/timeout parameters all to -1 to avoid that issue but nothing changed.
i set:
max_execution_time = -1
max_input_time = -1
max_input_nesting_level = 64
max_input_vars = 10000
memory_limit = 256M
post_max_size = 256M
upload_max_filesize = 512M
default_socket_timeout = -1
pdo_mysql.cache_size = 20000
mysql.connect_timeout = -1
mysqli.max_links = -1
mysqli.default_port = 3306
Now, is maybe something with the httpd or anything else blocking that script?
thank you in advance.