What are the connection settings for my MySQL database? What is my database name, my database username, and my database password? Where do I connect to?

The hostname to connect to is "localhost"; without the quotes. The database username and password needs to be entered exactly as it appears in the MySQL manager in your control panel (CPanel) ie username_dbname, etc. When you create a username in cpanel, please be aware that there is an 8 character limit. Extra characters will be dropped.

Additionally, please make sure you have added the database user to the access list for the corresponding database. For best results if you do not have a static ip address you need to add a single % sign to the access host list in the sql manager of your cpanel. The port is 3306

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can I connect to MySQL remotely?

Yes, you can connect to your MySQL database remotely using a client such as MySQL-Front at...

What is the number of maximum connections allowed to a single MySQL database?

We allow up to 50 simultaneous connections per MySQL user, and up to 1500 simultaneous...

Can I use MySQL Front to access my database?

You can remotely connect to your database by using your domain name as the host you are...

How do I rename a table in phpMyAdmin?

Here is a step-by-step for renaming a table: 1. Log into cPanel 2. Click on "MySQL Databases"...

How do I create a database in MySQL?

You can create a database via your control panel by clicking on the mySQL icon. When you create...