Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpmyadmin shows Error in processing request popup

When I open the table in phpmyadmin and try to do anything with database it shows the below error in popup, how can i resolve this?

Error in processing request
Error text: error (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.
like image 954
Avinash Borse Avatar asked Apr 20 '18 05:04

Avinash Borse


4 Answers

Change the address in your browser from "localhost" to "127.0.0.1".

like image 61
Mick Avatar answered Sep 30 '22 15:09

Mick


This problem could be due to default limit of importing SQL file into the MYSQL. you need to increase default size limit. For that open php.ini file and change post_max_size value and save the file. and restart the xampp and try re upload the same file.

like image 32
Abhishek Avatar answered Sep 30 '22 17:09

Abhishek


I had the same problem in chrome.

Rebut PC not helped, increase post_max_size not helped.

So, i open phpmyadmin in mozilla, and error was gone.

Problem was in AdBlock extension and table name include text "ads".

I allowed http://localhost/phpmyadmin in AdBlock and error was gone, hope, this will be helpful.

like image 34
Юрий Ярвинен Avatar answered Sep 30 '22 17:09

Юрий Ярвинен


I had this error, I had script blocking enabled for the page, with Noscript.

When I allowed the javascripts on the page, the error disappeared.

like image 39
gregn3 Avatar answered Sep 30 '22 17:09

gregn3