Guide provided as it is with no warranty of any kind.
Using PHP and MySQL
* Use this only if your account has been
enabled with MySQL database support
Create Database
Create User for a Database
Once you have created a database, you can add user for that database.
Administering the Database
After you have created a user for that database, the "DB WebAdmin" button will appear for the database. Clicking this will open the popular opensource software PhpMyAdmin. From here, you can add tables, issue SQL command, etc.
Essential PHP script settings to access MySQL
Host: localhost
Port: 3306
Database: as created
User: as created (this is not the Domain administrator)
Password: as created