Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Currently MYSQL_DATABASE only supports creating one database forcing a dirty CMD int hack to workaround
I would like this to support CSV so you can create multiple databases with the same user.
without having to mess around with CMD and init files.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Daniel Black [ danblack ] |
I'm ok with this concept.
Did you want to write a change to https://github.com/MariaDB/mariadb-docker/blob/master/docker-entrypoint.sh ?
Keep the MYSQL_DATABASE/MARIADB_DATABASE as simple (non-array) variables and ensure that docker_exec_client just uses the first in the list.