[MXS-960] MaxScale Binlog Server does not allow comma to be in password Created: 2016-10-27 Updated: 2016-12-01 Resolved: 2016-10-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.4, 2.0.2, 2.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Chris Calender (Inactive) | Assignee: | Massimiliano Pinto (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Description |
|
If using MaxScale in Binlog Server mode, and you try to issue a CHANGE MASTER .. MASTER_PASSWORD=.. command with a password that happens to have a comma (",") in the password (which is allowed, in general, by MariaDB), then you receive an error:
If you update the password to contain, say an underscore, instead of a comma, then it works as expected:
MaxScale version 1.4.3. It seems it is parsing on the comma, and ignoring the single quotes surrounding the password. |