You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we'll go ahead to apply MariaDB security settings...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
An error occurred on line 272 with exit status 0
Resolutions tried:
Adjusting MariaDB Authentication Plugin - Updated the plugin column in the mysql.user table to mysql_native_password for the root user. Cleared the authentication_string or password field for the root user.
Had this exact problem with my proxmox fresh lxc with ubuntu 24.04. It was solved by just pressing enter multiple times before it accepted the empty password. It asked me for the password a total of 4 times.
The error:
Now we'll go ahead to apply MariaDB security settings...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
An error occurred on line 272 with exit status 0
Resolutions tried:
I'm running this as a non-root user on Win 11 (Ubuntu 22.04.5).
Thanks for your help!
The text was updated successfully, but these errors were encountered: