We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e9830 commit e2d60beCopy full SHA for e2d60be
2 files changed
percona/docker-entrypoint-initdb.d/.gitignore
@@ -0,0 +1 @@
1
+*.sql
percona/docker-entrypoint-initdb.d/createdb.sql.example
@@ -0,0 +1,8 @@
+###
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