Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
-
None
Description
I success set up the MaxScale, and the MaxScale up and running, i can see the stats via maxadmin command.
But i have problem connect to mysql over MaxScale
MaxScale> show dbusers "RW Split Router" |
Users table data
|
Hashtable: 0x7ff000000c20, size 52
|
No. of entries: 2
|
Average chain length: 0.0
|
Longest chain length: 1
|
User names: root@%, maxscale@%
|
MaxScale> exit |
[ root@6c8f320f412d:~ ]$ mysql -u maxscale -h 127.0.0.1 --port 4006 -p
|
Enter password:
|
ERROR 1045 (28000): Access denied for user 'maxscale'@'127.0.0.1' (using password: YES) |
 |
I have no idea how to deal with this problem . I set up maxscale with the manual told me.
Every password were set up right and check carefuly.