wordpress/tools/local-env/mysql-init.sql
Jonathan Desrosiers 2006ef8c83 Build/Test Tools: Backport the local Docker environment to the 4.8 branch.
This commit introduces the Docker-based local WordPress development environment to the 4.8 branch and converts the Travis test jobs to utilize this environment for easier and more consistent testing.

Until existing blockers with the PHP 5.2 Docker container can be solved, the PHP 5.2 test job will remain using the Travis precise image.

Merges [45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49335,49358,49360,49362] to the 4.8 branch.
See #48301, #47767.

git-svn-id: https://develop.svn.wordpress.org/branches/4.8@49531 602fd350-edb4-49c9-b593-d223f7449a82
2020-11-06 17:34:44 +00:00

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;