Learn how to connect your database.
- First, you need to create a Database User and Database.
- From the Control Panel, you can locate your database name and username
- Go to Sites
- Select Databases from the left menu
- Open a text editor of your choice, we suggestion Sublime Text. Download your free copy of Sublime Text today!
- Open the WP-Config.php file or any other settings file. The example below if a WP_config.php file.
- Enter your Database Name, Username, Password and Host.
- Your DB Host: 10.22.0.21
- Save your file and upload