I put in my database name and it added username_ to it? Do I use this in my scripts?

USERNAME_ will be added to your database name and database username.

You will need to use the full USERNAME_dbname and USERNAME_dbusername in your scripts in order to make a database connection.

**Replace USERNAME with your actual account username

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Are my databases backed up?

Yes, all databases are backed up on a weekly basis. However, do not depend on our backups alone....

Backup a mysql database via SSH

In order to backup your database via SSH or Telnet you will require 2 things:1. SSH or Telnet...

Can I remote connect to my databases?

Yes, you can. You must add the IP address you connecting from to the access host section of the...

How do I create a database?

To create a database:1. login to your account control panel2. click "Manage Mysql" in the...

How to assign MySQL Privileges:

In order to get the correct privileges added: Go to your MySQL Databases in cPanel. Add the...