Commit 4ed75c5
committed
fix: ProxySQL GR monitor sees all nodes as offline (hostgroup 3)
rsandbox user lacked SELECT on performance_schema, so ProxySQL's
group_replication monitor couldn't query replication_group_members
to determine writer/reader roles. All servers ended up in the
offline hostgroup (3), causing "Max connect timeout" on writes.
Grant performance_schema access to the replication monitor user
after cluster creation.1 parent 417b262 commit 4ed75c5
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
0 commit comments