Bluehost Web Hosting Help

MySQL Database and user name convention

Since we run a shared hosting environment, we uniquely identify your MySQL users to your account ONLY. We do this by attaching your system's username and an underscore("_") before all the MySQL databases and MySQL users YOU create.

Example:

    In creating a New Database, you enter "db01"
    The real database name: username_db01.
This applies to both your database name and database user, your password stays normal or is not pre-pended like the name or user.

Things to keep in mind:

  • Your MySQL User can only be up to 7 characters long.
  • You also need to remember to add your MySQL User to your database after the two are created.
Database Server/Host Address:

If your script or program is going to be accessing our database locally, meaning script and database are on same account, the server/host address will always be: localhost, just like that, lowercase and one word.

If you are using Remote Database Management Software, the server would either be your domain name: example.com or the Shared Server IP (preferred choice). The shared server IP is found in the Stats section of the cPanel on left side.

Knowledgebase Article 325,462 views bookmark tags: connect disconnected hostname mysql user


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Setting a Password for the Main MySQL User

I am prompted to set a new MySQL password. What does this mean and how do I change it?

How To Reset MySQL Database User & Password

This article will explain how to change the password for a database in the event that the original password is lost.

Change a MySQL Users Password

This article will explain how to change or reset the password for a MySQL user.

Related Help Content

How to Create and Delete MySQL Databases and Users

This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.

How To Setup Remote Database Connection - Configure MySQL client Access

How do I remotely connect using a database management software?

Connecting to your MySQL DB from Dreamweaver

How can I connect to our MySQL database from Dreamweaver?

MySQL Database Access Outside of cPanel

How do I grant permissions to cPanel for my MySQL database administrator without giving them the domain password?

Connecting Scripts to MySQL Databases

This article will explain how to connect your scripts to your MySQL databases.

MySQL Database Compatibility

How do I make my MySQL database compatible with the version you provide?

Local MySQL Connection Blocked To Server

I get the following database connection error: Warning: mysql_connect() [function.mysql-connect]: Host 'host#.Bluehost.com' is blocked because of many connection errors; unblock with 'mysqlad

Import a MySQL Database using phpMyAdmin

How do I import a backup of my database (.sql file) using phpMyAdmin?