Making and Removing Databases
Databases are the engines behind many scripts, they store the account information, the content and much more.
Creating a Database
- Login to your website control panel
- Click on MySQL Databases
- In the box above Create Database type the name of your database (eg. forum)
- Click onĀ Create Database
A new database has now been created with the full name of user_123456_databasename and is ready for use with your scripts.
Removing a Database
- Login to your website control panel
- Click on MySQL Databases
- From the dropdown menu above Remove Database select the name of your database to remove
- Click Remove Database
Removal of a database means removal of EVERYTHING within that database so before removing any database you should always take a backup before hand.