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
Although this is somehow expected (SQLite doesn't support the SET statements executed because of --safe-updates), this prevents mysql clients to connect even.
Example:
$ mysql -u admin -padmin -h 127.0.0.1 -P6032 --safe-updates
ERROR 1045 (#2800): near "SET": syntax error