|
Creating/Removing databases
To create a new database: go to the "Domains" page under "Client Home" and click your domain name. Now click the "MySQL Databases" icon
In the next page, click on the "Add MySQL Database" tab on the top

In the next page, enter the database name and password (twice for confirmation). Click "Add" to create the new database.

Note: Please note that the user for the a mysql database is the same as the mysql db, and also that the domains name is always prefixed at the beginning. So if you add a 'string' mydb, to a domain 'domain.com', the actual database would be domainco__mydb, and user also would be domainco__mydb
So to access the database domainco__mydb, you have to use the same user domainco__mydb, and the password you have supplied.
Adding users to a database
Please note that the user for the mySQL database is the same as the mySQL database name
So if your database is called: domainco__mydb, then the user also would be domainco__mydb.
Changing database passwords
To change the password of a database, go to the "Domains" page under "Client Home" and click your domain name Now click the "MySQL Databases" icon You will see the list of databases under your domain here. Click on the database name to continue.

In the next page, enter the new password (twice) and click "Update" button to change the password

Accessing PHPmyadmin
To access phpmyadmin, go to the "Domains" page under "Client Home" and click your domain name. Now click the "MySQL Databases" button You will see the list of databases under your domain here. Click on the database name to continue.

In the next page, click on the "Phpmyadmin" tab on the top
This will open "phpmyadmin" in a new page
|