Knowage-Server-Docker icon indicating copy to clipboard operation
Knowage-Server-Docker copied to clipboard

MySQL DDL File has an error

Open echosalik opened this issue 6 years ago • 0 comments

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

echosalik avatar Dec 26 '18 11:12 echosalik