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
when using kine with MySQL and a database name with a hyphen (e.g. kine-test), kine fails with
time="2022-11-28T10:27:28Z" level=fatal msg="building kine: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-test' at line 1"
Hey all,
when using kine with MySQL and a database name with a hyphen (e.g.
kine-test
), kine fails withbecause the database name is not quoted in the CREATE DATABASE statement.
The text was updated successfully, but these errors were encountered: