Skip to content

Commit e2d60be

Browse files
committed
percona container create multiple database.
1 parent e1e9830 commit e2d60be

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sql
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
###
2+
### Copy createdb.sql.example to createdb.sql
3+
### then uncomment and set database name to create you need databases
4+
###
5+
6+
#CREATE DATABASE IF NOT EXISTS `dev_db_1` ;
7+
#CREATE DATABASE IF NOT EXISTS `dev_db_2` ;
8+
#CREATE DATABASE IF NOT EXISTS `dev_db_3` ;

0 commit comments

Comments
 (0)