You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #19953349: MYSQL_CONFIG_EDITOR DOES NOT ESCAPE STRINGS
RB#25710
mysql_config_editor was not surrounding the values it was putting
into the special login file with double quotes. This means any
spaces or special symbols will break the value and will not be sent
down to the mysql command line tool when the login path is used.
Fixed by making sure mysql_config_editor puts these values into
double quotes and also that the double quote symbols are escaped.
Test case added.
0 commit comments