We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like the following: MYSQL_DATABASE=db1;db2;db3
there are some workarounds: https://gist.github.com/MKagesawa/a03892b8c44c015cd991c2c5311f1768
The text was updated successfully, but these errors were encountered:
You can make a .sql file that will create databases and mount it to /docker-entrypoint-initdb.d/ https://github.com/docker-library/docs/tree/master/mysql#initializing-a-fresh-instance
.sql
/docker-entrypoint-initdb.d/
Sorry, something went wrong.
Correct, we only support one database in the MYSQL_DATABASE variable and any further SQL needed should be done via /docker-entrypoint-initdb.d/.
MYSQL_DATABASE
See also docker-library/postgres#240 (comment)
No branches or pull requests
like the following:
MYSQL_DATABASE=db1;db2;db3
there are some workarounds:
https://gist.github.com/MKagesawa/a03892b8c44c015cd991c2c5311f1768
The text was updated successfully, but these errors were encountered: