WP 6 automatically did DB setup
-
Hello!
Today we installed latest WP via ansible.
The same ansible playbook which we are using every time we need to setup new webpage.After we deployed fresh WP, we started WP setup and were very surprised that WP did not asked information about the DB.
WP automatically did DB setup:
// ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'billing' ); /** Database username */ define( 'DB_USER', 'billing' ); /** Database password */ define( 'DB_PASSWORD', 'xxxxxxxxx' ); /** Database hostname */ define( 'DB_HOST', 'xxxxxxxxxxx' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8bm4' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' );
HOW IT IS POSSIBLE ???
Of course – we rollbacked all system and tried again.
Now is standard normal setup process where WP installation is asking information about DB.[screenshot with passwords removed by moderator]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP 6 automatically did DB setup’ is closed to new replies.