Knowage-Server-Docker
Knowage-Server-Docker copied to clipboard
MySQL DDL File has an error
I could not find the MySQL repo so reporting it here. MySQL_create.sql file has repeated commas (,,) on line 252 which causes the deployment to fail.
Solution
- Remove the commas in MySQL_create.sql in /home/knowage/mysql
- login to mysql via cli > drop and recreate db
- import SQL manually