|
How to create a MySQL Database
If you are using any type of PHP software or keeping a collection of records which need to be accessed in some way, you will need to create a database. Below will show you how to create a MySQL database in cpanel
- Click MySQL Databases
- In the box to the right of “New Database:” please provide a name for the database. Please note cPanel will create the full name of the database as cpaneluser_databasename
- Click "Create Database"
You have now successfully added the database. You will now need to create a user to access the database.
|