0

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

nikolr8
  • 45
  • 1
  • 9

1 Answers1

0

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.

Irvin Lim
  • 2,393
  • 17
  • 20