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
Bug#25643023 SERVER ABORTING WHILE INITIALIZING DATABASE WITH INIT SCRIPTS
If the datadir is deleted and the service restarted, the service
script will reinitialize the database, then try to set auth_socket
plugin for the now passwordless root account. The latter should not
happen, because a) It's a major change in an old GA, and b) The sql
simply fails, since it's run in bootstrap mode.
(cherry picked from commit c93e3dfcca4a59c4228c5bce1eaac7b83f2c31db)
0 commit comments