Open minhhieple97 opened 2 years ago
It's been a long time since I checked this script. On top of my head I have: "Are you sure you database is named kanboard?"
thank you for replying, i have already database with kanboard
The problem I think is that the .sql dump file is missing the commands used to create tables like user, task.... This is the first 10 line of sql dump file, there is no command to create tables
Do you have any suggestion ?
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 ( :tophat: ), may I suggest:
Good luck!
Yes your finding is correct. To fix the Problem.
=> the tables were created automatically.
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 ?