Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.5
-
None
Description
Tested upgrading from MySQL Community Edition 5.7 to latest MariaDB 10.5 head. Otherwise it went well, but after the upgrade the server fails to accept connections from root as the auth_socket -> unix_socket that is supposed to be run by mysql_upgrade has not happened (fixed https://github.com/mariadb/server/commit/c1bdf62452139e9310d3234266802748ba4c74b8, part of https://jira.mariadb.org/browse/MDEV-11170).
Log from https://salsa.debian.org/mariadb-team/mariadb-server/-/jobs/756113
$ service mysql status
|
1117 /usr/bin/mysqladmin: connect to server at 'localhost' failed
|
1118 error: 'Plugin 'auth_socket' is not loaded'
|
Upgrade from MySQL 5.7 in Debian works just fine and the auth_socket rename runs correctly: https://salsa.debian.org/mariadb-team/mariadb-server/-/jobs/756107
Attachments
Issue Links
- is duplicated by
-
MDEV-22679 Upgrade form Percona XtraDB Cluster 5.7 fails
- Closed
- is part of
-
MDEV-22315 MySQL -> MariaDB upgrades
- Open