Changing Your Database Port in WordPress Updated on March 11, 2022 by Jeff Matson 0 Minutes, 49 Seconds to Read If your database is located on a different port, you will need to adjust your connection settings within WordPress to connect to it. In this article, we will show you about changing your database port within your WordPress configuration. Don’t have time to read our article on changing your database port? Watch our walk-through video. Changing Your WordPress 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 your wp-config.php file. 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 the wp-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. Share this Article Related Articles The Ultimate Guide to Optimizing WordPress Performance W3 Total Cache – Guide to WordPress Caching Using Stackable for WordPress How to Add Google Analytics to WordPress Using the Jetpack Newsletter Subscription Form From Newbie to WordCamp Organizer Benefits of Joining the WordPress Community Online How to Add Social Media Icons and Social Media Buttons to WordPress How to Globally Change the Font in WordPress Create a Footer for WordPress