82d7870fe4
This commit adds the first iteration of a Docker-based config for setting up a local WordPress development environment. Props pento, noisysocks, mcsf, pbearne, isabel_brison. See #47767. git-svn-id: https://develop.svn.wordpress.org/trunk@45745 602fd350-edb4-49c9-b593-d223f7449a82
9 lines
227 B
SQL
9 lines
227 B
SQL
/**
|
|
* MySQL server init.
|
|
*
|
|
* SQL queries in this file will be executed the first time the MySQL server is started.
|
|
*/
|
|
|
|
CREATE DATABASE IF NOT EXISTS wordpress_develop;
|
|
CREATE DATABASE IF NOT EXISTS wordpress_develop_tests;
|