blob: 911d6eb3d23f8588c3092d52fca1407adc049369 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/**
* 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;
|