Bug #82687 | group replication should not require root@'%' to exist and have privileges | ||
---|---|---|---|
Submitted: | 23 Aug 2016 1:59 | Modified: | 11 Jul 2017 11:52 |
Reporter: | Ben Krug | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Group Replication | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[23 Aug 2016 1:59]
Ben Krug
[11 Jul 2017 11:52]
Erlend Dahl
[3 Jul 2017 6:40] David Moss This is fixed in upcoming versions and the following was added to the 5.7.19 and 8.0.2 change logs: Incompatible Change: Plugins such as Group Replication and X Plugin now use the mysql.session account added in this version. If you are upgrading from a previous version which did not include the mysql.session account you must run mysql_upgrade to ensure the account is created. If mysql_upgrade is not run, plugins fail to start with the error message There was an error when trying to access the server with user: mysql.session@localhost. Make sure the user is present in the server and that mysql_upgrade was ran after a server update.