blackbirdchess-docker-dev/mariadb/docker-entrypoint-initdb.d/createdb.sql.example
2017-05-08 23:49:37 +08:00

9 lines
257 B
Plaintext

###
### Copy createdb.sql.example to createdb.sql
### then uncomment and set database name to create you need databases
###
#CREATE DATABASE IF NOT EXISTS `dev_db_1` ;
#CREATE DATABASE IF NOT EXISTS `dev_db_2` ;
#CREATE DATABASE IF NOT EXISTS `dev_db_3` ;