Hello
I have a MariaDB set up which works perfectly from the php webapp and from the Adminer. DB user has GRANT ALL PRIVILEGES.
I used to be able to access this db from my local computer as well - until today. It connects, but then shows access denied sql error 1044 for every possible action. (yes, external access is enabled)
What is going wrong?
Zoltán