-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when migrate Kanboard from sqlite3 to mysql (all table doesn't exist) #32
Comments
It's been a long time since I checked this script. |
To be honest I do not remember how this script is working, and currently no time to dig into it. Since you have already well analyzed the issue ( 🎩 ), may I suggest:
Good luck! |
Yes your finding is correct.
=> the tables were created automatically.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm migrating kanboard from sqlite to mysql, i have created db-mysql.sql and run command souce db-mysql.sql.

But it seem that file db-mysql.sql has not created tables like users, tasks....
The error shows up like this
I logged the first 50 lines of file sql dump and output looks like this

Has anyone encountered this problem ?
The text was updated successfully, but these errors were encountered: