Mysql - import database problem

djcart

Verified User
Joined
Jun 29, 2021
Messages
122
Hi, I have a client that I am trying to import my database, but after 3 minutes I get the message "Request Timeout"
The zip base is approximately 30 megabytes.

How can I solve it?
 
check unzipped size, maybe it about 500mb, so post_max_size and upload_max_filesize must be appropriate. Also increaze max_input_time and max_execution_time. Or you can import it from SSH where no limits at all.
 
Back
Top