Change DB_NAME in wp-tests-config-sample.php to be something other than the placeholder in wp-config-sample.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@25223 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a2a7f08b1b
commit
d8e8eada52
@ -21,7 +21,7 @@ define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
|
|||||||
// These tests will DROP ALL TABLES in the database with the prefix named below.
|
// These tests will DROP ALL TABLES in the database with the prefix named below.
|
||||||
// DO NOT use a production database or one that is shared with something else.
|
// DO NOT use a production database or one that is shared with something else.
|
||||||
|
|
||||||
define( 'DB_NAME', 'yourdbnamehere' );
|
define( 'DB_NAME', 'youremptytestdbnamehere' );
|
||||||
define( 'DB_USER', 'yourusernamehere' );
|
define( 'DB_USER', 'yourusernamehere' );
|
||||||
define( 'DB_PASSWORD', 'yourpasswordhere' );
|
define( 'DB_PASSWORD', 'yourpasswordhere' );
|
||||||
define( 'DB_HOST', 'localhost' );
|
define( 'DB_HOST', 'localhost' );
|
||||||
|
Loading…
Reference in New Issue
Block a user