Home > Database > Mysql Tutorial > How to Connect to a ClearDB MySQL Database Remotely Using MySQL Query Browser?

How to Connect to a ClearDB MySQL Database Remotely Using MySQL Query Browser?

Barbara Streisand
Release: 2024-10-30 13:16:03
Original
836 people have browsed it

How to Connect to a ClearDB MySQL Database Remotely Using MySQL Query Browser?

Accessing ClearDB MySQL Database Remotely with MySQL Query Browser

To establish a remote connection to your ClearDB MySQL database on Heroku using MySQL Query Browser, follow these steps:

Obtaining Database Credentials:

  1. Access the Heroku website and select the app with the ClearDB addon installed.
  2. Click on "Addons" and then select "ClearDB MySQL Database."
  3. Choose your database and navigate to the 'Endpoint Information' tab.
  4. Retrieve the username and password from this tab.

Getting the URL:

  1. Open a command line prompt.
  2. Run the following command:
heroku config --app <YOUR-APP-NAME>
Copy after login
  1. Identify the line that starts with "mysql://" and copy the hostname portion (e.g., "us-cdbr-east.cleardb.com").

Connecting with MySQL Query Browser:

  1. Launch MySQL Query Browser.
  2. Click on "New Connection" and enter the following:
  • Host: Hostname obtained from the heroku config command
  • Port: Typically 3306 for MySQL
  • Username: Database username
  • Password: Database password
  1. Click "Connect" to establish a secure connection to your ClearDB database remotely.

The above is the detailed content of How to Connect to a ClearDB MySQL Database Remotely Using MySQL Query Browser?. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template