How to Connect Your Remote Database to WPCloud MySQL

Connect Your Remote Database to WPCloud MySQL

Overview

This guide explains how to securely connect your remote database to WPCloud's hosted MySQL servers. For security purposes, we implement IP whitelisting to protect your database access.

Prerequisites

  • Access credentials for your remote database
  • WPCloud hosted database credentials
  • Your connection's IP address
  • A database management tool (MySQL Workbench, HeidiSQL, or similar)

IP Whitelisting Process

  1. Identify Your IP Address
      • Note your public IP address
      ย 
  1. Submit IP for Whitelisting Contact our support team through either method:
    1. Include:

      • Your account details
      • The IP address(es) to whitelist
      • Purpose of the connection

      Note: IP whitelisting is typically processed within 1 hour

Connection Setup

  1. Gather Database Credentials Required information:
    1. Host: [your-provided-hostname]
      Port: 3306 (default MySQL port)
      Database: [your-database-name]
      Username: [your-username]
      Password: [your-password]
      
      ย 
  1. Configure Database Client
    1. Steps for MySQL Workbench:

      • Click "New Connection"
      • Enter connection details
      • Test connection

      Steps for HeidiSQL:

      • Click "New"
      • Select "MySQL (TCP/IP)"
      • Enter connection details
      • Test connection
      ย 

Security Best Practices

  • Use strong passwords
  • Connect only from secure networks
  • Maintain updated database management tools
  • Regularly review IP whitelist requirements

Troubleshooting Guide

Issue
Solution
Connection Timeout
Verify IP whitelisting status
Access Denied
Double-check credentials
Cannot Resolve Host
Confirm hostname accuracy
SSL/TLS Errors
Update database client

FAQ

Q: Can I whitelist multiple IPs? A: Yes, provide all required IPs in your support request.

Q: What if my IP changes? A: Contact support immediately for whitelist updates.

Q: Is SSL/TLS required? A: Yes, all connections require SSL/TLS encryption.

Support Options

Need assistance? Contact us:

  • Response Time: Usually within 15 minutes

Did this answer your question?
๐Ÿ˜ž
๐Ÿ˜
๐Ÿคฉ

Last updated on November 19, 2024