Hello All,
In order to change the MySQL database Port 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’, ‘hostserver:3307′);
One can set MySQL database port which can be provided by hosting provider and save the file to apply changes.
Thanks,
Shane G.
Popularity: 5%