HostMonster 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"
This applies to both your database name and database user, your password stays normal or is not pre-pended like the name or user.
The real database name: username_db01.Things to keep in mind:
Database Server/Host Address:
- 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.
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
334,704 views
bookmark
share
tags: connect disconnected hostname mysql user
Share or save this via:
Recommended Help Content
I am prompted to set a new MySQL password. What does this mean and how do I change it?
This article will explain how to change the password for a database in the event that the original password is lost.
This article will explain how to change or reset the password for a MySQL user.
Related Help Content
This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.
How do I remotely connect using a database management software?
How can I connect to our MySQL database from Dreamweaver?
How do I grant permissions to cPanel for my MySQL database administrator without giving them the domain password?
This article will explain how to connect your scripts to your MySQL databases.
How do I make my MySQL database compatible with the version you provide?
I get the following database connection error: Warning: mysql_connect() [function.mysql-connect]: Host 'host#.HostMonster.com' is blocked because of many connection errors; unblock with 'mysqlad
How do I import a backup of my database (.sql file) using phpMyAdmin?