[MXS-1853] Minimal support of MySQL 8 Created: 2018-05-04 Updated: 2018-05-25 Resolved: 2018-05-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.2.5 |
| Fix Version/s: | 2.2.7 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Boden Garman | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MySQL 8.0.11 |
||
| Description |
|
It seems MaxScale doesn't yet support MySQL 8 correctly - node id, master id and replication depth are all incorrect. Please add support
SHOW SLAVE STATUS output
|
| Comments |
| Comment by markus makela [ 2018-05-21 ] |
|
Treating MySQL 8.0 as if it were 5.7 appears to fix the most obvious problems. The MariaDB specific features do not work (e.g. automated failover). |
| Comment by markus makela [ 2018-05-25 ] |
|
This means that the old mysql_native_password authentication method must be used. |