Authentication method unknown to the client
In my case this error was caused by upgrading MariaDB / MySQL to a way never version (5.4.28 → 11.1.2-GA) which by default uses different authentication method (GSSAPI plugin) than my previous version was using (native MySQL authentication).
Solution in my case was to login to phpMyAdmin and change authentication method for all users.
Read More “Authentication method unknown to the client”