Can I remote access to our MySQL database ? Print

  • 0

Yes, you can remotely access your 4GoodHosting MySQL database (which uses cPanel), but you’ll need to follow several steps to ensure it works securely.

 

 How to Set It Up in cPanel (4GoodHosting)

  1. Whitelist your IP address

  2. Ask support to open port 3306 (if needed)

  3. Use a MySQL client to connect

    • Use MySQL Workbench, HeidiSQL, or similar.

    bash
     
    mysql -u your_db_user -p -h your_cpanel_server -P 3306 your_database_name

Was this answer helpful?

« Back