Skip to content

Commit 264bec8

Browse files
authored
Merge pull request laradock#918 from bestlong/create-multiple-database
MariaDB/Percona Create multiple database
2 parents 0e0dc44 + e2d60be commit 264bec8

4 files changed

Lines changed: 18 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` ;
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)