Website URL
rfimp3.rf.gd
Error Message
I’ve tried to import mysql dump in a gzip format in phpMyadmin. it’s about 40mb(250mb in sql format) in a gzip file. I waited about 1 mintues and it was timeout. How can I workaround this issue?
rfimp3.rf.gd
I’ve tried to import mysql dump in a gzip format in phpMyadmin. it’s about 40mb(250mb in sql format) in a gzip file. I waited about 1 mintues and it was timeout. How can I workaround this issue?
max size is 10mb
No, phpMyAdmin in the control panel have a different limit, and it’s larger than 10 MB.
You may wish to chunk up the files into smaller parts instead, as zipping the file only increases the processing time.
I think the web sever just gave up after a minute waiting for the server to finish. That doesn’t necessarily mean the import was cancelled though, it could still continue running on the server, although there are probably time limits there too.
To work around this, you may indeed want to split the dump into smaller parts which you can upload one by one.