Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.3.2
-
None
-
debian 12 bookworm
-
Not for Release Notes
Description
Upgrading to mariadb server 11.3 with official sources after upgrading to debian 12 broke root account, I got the following error :
ERROR 1045 (28000): Access denied for user 'root'@'localhost'
while accessing to any database, even a test one newly created.
Since I did not have time to investigate much, I was forced to do the following to get my production server back to operational state :
apt purge mariadb-client mariadb-server
-> change the version in the mariadb.list source file in apt
-> then I restored my backups and recreated the users with the passwords and grants, server-wide
Attachments
Issue Links
- relates to
-
MDEV-33554 Upgrade from 11.2 to 11.3 changes root's privileges restricting GRANT ALL
-
- Closed
-