[MXS-4963] Docu for SchemaRouter Simple Sharding does not work Created: 2024-02-03 Updated: 2024-02-04 |
|
| Status: | Open |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation, schemarouter |
| Affects Version/s: | 23.08.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | markus makela |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | documentation, maxscale, schemarouter | ||
| Environment: |
Linux n.a. |
||
| Description |
|
Docu here https://mariadb.com/kb/en/mariadb-maxscale-2308-simple-sharding-with-two-servers/ states But on the indicated location I cannot find any advice how to create the user. The correct location is possibly here: But when I create a user like this: CREATE USER 'maxscale'@'%' IDENTIFIED BY 'maxscale_pw'; Then I get an error like this: 2024-02-03 07:46:54 notice : Started REST API on [127.0.0.1]:8989 So documentation seems to be wrong. Further investigating is done... |
| Comments |
| Comment by markus makela [ 2024-02-03 ] |
|
If you are using mariadbmon, the following grants are required: https://mariadb.com/kb/en/mariadb-maxscale-2308-mariadb-monitor/#required-grants |
| Comment by Oli Sennhauser [ 2024-02-04 ] |
|
Hi again, Markus Thanks again for the hint. With the right documentation it works much better! All tests passed. Further tests will continue and issues reported... I have some findings in the pipeline... Regards, |
| Comment by markus makela [ 2024-02-04 ] |
|
The tutorial is out of date and needs to be updated to reflect the changes that have happened since it was written. |