We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852276e commit aa83e7aCopy full SHA for aa83e7a
1 file changed
tools/local-env/scripts/install.js
@@ -9,8 +9,8 @@ const local_env_utils = require( './utils' );
9
10
dotenvExpand.expand( dotenv.config() );
11
12
-// Create wp-config.php without waiting on the database to accept connections.
13
-wp_cli( `config create --dbname=wordpress_develop --dbuser=root --dbpass=password --dbhost=mysql --skip-check --force --config-file="wp-config.php"` );
+// Create wp-config.php.
+wp_cli( `config create --dbname=wordpress_develop --dbuser=root --dbpass=password --dbhost=mysql --force --config-file="wp-config.php"` );
14
15
// Add the debug settings to wp-config.php.
16
// Windows requires this to be done as an additional step, rather than using the --extra-php option in the previous step.
0 commit comments