Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
1.4.1
-
None
-
Linux xxxxxx 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
Description
We have a Galera Cluster 3 Nodes and 2 MaxScale server.
One with the old Version 1.1.0, thats working good. And
one new one with Version 1.4.1 which we want to transfer
the Connections to.
Parameter:
Username: A01U_demo
Schema: A01_demo
Maxscale 1.4.1
# mysql -hmdb-ms -uA01U_demo -pxxxx A01_demo <-- dosent work
|
but
|
# mysql -hmdb-ms -uA01U_demo -pxxxx <-- works
|
and this |
# mysql -hmdb-ms -uA01U_demo -pxxxx <-- works
|
> use A01_demo; <-- also works
|
|
|
CONFIG
|
|
|
[maxscale]
|
threads=4 |
auth_all_servers=true |
strip_db_esc=true |
...
...
log:
2016-04-14 14:30:08 notice : RR: login attempt for user 'A01U_demo', authentication failed. |
and in Version 1.1.0 both working!! |