mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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;
|