Mysql – PhpMyAdmin – connection was reset error

MySQL

I am getting this error when I am trying to upload a backup of my site (.sql) in phpmyadmin.
The size of file is 15 MB and after zipping it, its 9 MB.

Can anyone help me out with this.

I have already changed –
max_execution_time = 8000
max_input_time = 8000
post_max_size = 8G
upload_max_filesize = 2G

Best Answer

You might edited wrong php.ini file. Also, check the value of memory_limit.

It's also better if you can tell us more about the environment (E.g: RAM?)