http://www.inmotionhosting.com/support/website/wordpress/change-database-port
- First,log into cPanel and open the file manager. If you don’t use cPanel, you may edit open any text editor you like.
- Within the file manager, you will navigate to yourwp-config.php This file will be located within your root WordPress directory, typically your public_html directory. Right-click it and click on Code Edit.
- Now that you have thewp-config.php open, you will want to edit the following line:
define( ‘DB_HOST’, ‘localhost:3306’ );
As you can see, a port number has been added after the “:“. Here, simply add the port number of your database server.