When i try upload .sql file i get 500 error,
file size is 5mb
I see when 500 error come go and cpu high and source is apache2
I change in php.ini from 8mb to 100mb but again same
I use ubuntu 14.04, Vestacp
When i try upload .sql file i get 500 error,
file size is 5mb
I see when 500 error come go and cpu high and source is apache2
I change in php.ini from 8mb to 100mb but again same
I use ubuntu 14.04, Vestacp
Possibly PHP timeout being reached, try adjusting max_execution_time
and max_input_time
in php.ini to higher values.
You might also want to try splitting up the sql file into chunks to see if it works.