Mysql said #2006 - MySQL server has gone away
In php.ini I have this:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
I also put this line in config.inc.php
$cfg ['ExecTimeLimit'] = 0;
The database size that I want to upload is 237MB
How could this happen?
Thanks.