I use phpMyAdmin on my web server, which has VirtualMin installed and PHP 7.3 (I've also tried previous versions).
The problem I have, is phpMyAdmin would give an error when running larger (not massive) queries. For example, a table with 3 rows, running select * from tbl1 GROUP BY SUBSTRING(extension,1,5);
would give this error:
Error in processing request
Error code: 403
Error text: error (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.
So I had a read online, and people said to use SQLBuddy instead, so I have tried this, and exactly the same query gives this error
There was an error receiving data from the server.