
Last year I installed the database server MariaDB on a Ubuntu Server 16.04 LTS using the command
1 |
sudo apt install mariadb-server |
The installation was successful but the installer didn’t ask me for any root password. Every login attempt failed and this error appeared:
1 |
ERROR 1698 (28000): Access denied for user 'root'@'localhost' (using password: YES) |
„[EN] Solved: Error 1698 (28000) in MySQL/MariaDB“ weiterlesen