Wednesday, February 8, 2023

WordPress database installation issue | On IIS | PHP and MySQL

 The first thing you should try is to change DB_HOST to the following:

define('DB_HOST', 'localhost:3308');

If you receive the same “Error establishing a database connection” message, go back to phpMyAdmin, and in the same section you found the Server information, please post the line for User

No comments:

Post a Comment