My hosting company recently upgraded my server to Ubuntu 20.04 and now adminer is acting weirdly. (not sure the upgrade has anything to do with this, but that's the thing that changed). At any rate, the problem is easy to describe. If I enter one query, it works. if more than one it doesn't. For example: The following queries by themselves work. select * from my_users limit 1; and this works select * from coaches limit 1; but when executing both, it doesn't select * from my_users limit 1; select...
My hosting company recently upgraded my server to Ubuntu 20.04 and now adminer is acting weirdly. (not sure the upgrade has anything to do with this, but that's the thing that changed). At any rate, the problem is easy to describe. If I enter one query, it works. if more than one it doesn't. For example: The following queries by themselves work. select * from my_users limit 1; and this works select * from coaches limit 1; but when executing both, it doesn't select * from my_users limit 1; select...