Closed srtlg closed 1 year ago
If you could tell us more about what this does then i will merge if it's useful.
It lets you import the output of mysqldump Database
directly into the container as it will not include the database name.
This has broken the image, i'm getting
/scripts/run.sh: line 76: syntax error: unexpected "}" (expecting ";;")
Hello, I am just wondering, how you use this feature. In my understanding those .sql files are scripts created by mysqldump for one database, that will become
$MYSQL_DATABASE
of the container. In my adaption, I found the following changes useful: