How to connect to MySQL using MySQL control center?

MySQL Control Center (also known as MySQLCC) is a platform-independent GUI administration client for the MySQL database server. You can download it at http://www.mysql.com/products/mysqlcc/index.html.

Follow these steps to connect to your mySQL database:

  1. Open the MySQLCC application
  2. Register a new server (Ctrl-N). You should see the server registration form
  3. Enter a name in the name text box to identify the connection
  4. Enter the server address in the "Host Name" text box. You can find this information in the MySQL Manager in your control panel
  5. Enter your username in the "Username" text box
  6. Enter your password in the "Password" text box
  7. Make sure the port is set to 3306
  8. Click "Add"

  • 14 Users Found This Useful
Was this answer helpful?

Related Articles

How do I connect to MySQL?

You can use any MySQL client to connect to our MySQL server to manage your database. If you are...

What is the maximum number of database connections for MySQL users?

In order to prevent excessive use by one site negatively impacting the performance of our MySQL...

Do your MySQL servers support InnoDB table format?

WebHostForASP.NET does not support the use of InnoDB tables on our MySQL servers. If you...

How can I migrate my data from MySQL to an SQL server?

Microsoft TechNet has an article specifically for migrating MySQL databases to SQL Server. Follow...

How to Backup Your Database

- Login to your cPanel- On menu "Databases" click "phpmyadmin" sub-menu- Click your database name...