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 #264

Closed yushiqie closed 5 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.

brandond commented 6 months ago

This looks good, thanks for the contribution!

Please add sign-off to your commits for the DCO check.

yushiqie commented 6 months ago

Thank you for the reminder, I have signed off !