k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.49k stars 226 forks source link

check mysql db and table exist #263

Closed yushiqie closed 6 months ago

yushiqie commented 6 months ago

check mysql db and table exist before creating, because mysql user granted select,insert,update,delete on table kine can not create ddl sql in some case.