Hello All,
In order to change the database host value for wordpress one need to edit wp-config.php file from the server. One need to edit below mentioned code in the file:
define('DB_HOST', 'localhost');
One can set database host value which can be provided by hosting provider and save the file to apply changes.
Thanks,
Shane G.
Popularity: 3%