Search code examples
apachephpmyadminxampplocalhostopera

Localhost error code : 200 | Error in processing request (It seems like the connection to server has been lost.)


phpMyAdmin 7.3.11
XAMPP (Apache, MySQL:3306)
Browser : Opera

I imported the database from remote server to the local.

Everything is fine on the remote server but on the local server, I am receiving this server error with error code 200.

Error in processing request
Error code 200 Error text: Ok (rejected)
It seems that the connection to server has been lost.
Please check your network connectivity and server status.

In the local server, I am able to view all the database tables but I am not able to modify them.

On connecting the android app with local sever I am not able to fetch data from the local server.

Server Log

2019-12-04 17:17:56 0 [Note] InnoDB: Buffer pool(s) load completed at 191204 17:17:56
2019-12-04 17:18:08 11 [Warning] Access denied for user ''@'localhost' (using password: NO)
2019-12-04 17:18:08 13 [Warning] Access denied for user ''@'localhost' (using password: NO)
2019-12-04 17:18:08 15 [Warning] Access denied for user ''@'localhost' (using password: NO)

Local Server error


Solution

  • I was using Opera browser, but it doesn't show any errors on Chrome and it is working fine now. Turns out the header content for finding the opera browser is missing in the Apache environment. So, the localhost/phpmyadmin will work fine on Chrome , safari and firefox.enter image description here