[MXS-3572] Maxscale 2.5 not handle single quotes via mysql client throw incorrect "Access denied error" Created: 2021-05-25 Updated: 2021-12-15 Resolved: 2021-07-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 2.5.10, 2.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | need_feedback | ||
| Issue Links: |
|
||||||||
| Description |
|
Connecting via mysql client, where the arguments will be wrapped into backticks leads to not valid To reproduce: Use docker-.compose setup https://github.com/mariadb-corporation/maxscale-docker Change maxscale version in docker-compose.yml from 2.4 to 2.5 With backticks... it throws an error
Without backticks, it works without issue.
Note: It works with 22.4 without issue also with backticks. |
| Comments |
| Comment by markus makela [ 2021-05-25 ] | ||||||||||||||
|
Can you verify that this happens outside of docker? This seems like shell escaping problems. | ||||||||||||||
| Comment by Richard Stracke [ 2021-06-10 ] | ||||||||||||||
|
Yes, reproduced it with vagrant, mariadb 10.5.10 and maxscale 2.5.13
| ||||||||||||||
| Comment by markus makela [ 2021-06-18 ] | ||||||||||||||
|
I still cannot reproduce this:
Tested with the upcoming MaxScale 2.5.14 and MariaDB 10.5.10. Please provide exact steps to verify this. |