percona container create multiple database.
This commit is contained in:
parent
e1e9830348
commit
e2d60be3e5
|
@ -0,0 +1 @@
|
||||||
|
*.sql
|
|
@ -0,0 +1,8 @@
|
||||||
|
###
|
||||||
|
### 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` ;
|
Loading…
Reference in New Issue