2 Jahre her Blog Serverdienste
auth_socket deaktivieren, damit wieder eine Anmeldung mit Passwort möglich ist:
mysql -u root
MariaDB [(none)]> update mysql.user set password=password('geheim') where user='root';
MariaDB [(none)]> update mysql.user set plugin='' where user='root';
MariaDB [(none)]> flush privileges;
MySQL auth_socket mysql_native_password