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
There is an issue where, when putting together the mysql - command, a space character is omitted between options, potentially making the whole options string invalid.
Inserting an additional space character in front of "\1" at line 117, i.e. "\1" -> " \1" fixed that, at least for me.