What is a database?
A database is an organized collection of data that is accessed, managed and updated electronically by a computer system. A database is basically made of database objects such as tables, indexes, stored procedures etc. Read more about databases here.
phpMyAdmin is a free web based MySql database administration tool written in Hypertext Preprocessor (PHP) language.
This tutorial assumes that you’re already logged into your cPanel.
How to create a database
- Clink on MySql Databases option under DATABASE section.
- In the Create New Database section, type the name of the database.
- Click on Create Database button.
Create Database user.
- Type database user’s username in the username section.
- Type a password for this user. You can also use the inbuilt password generator option.
- Click on create user.
Add user to database.
- Scroll down to Add User To Database section.
- Select the user created above.
- Select the database created earlier.
- Click on Add button.
- Select all the privileges you wan this user to have on the database.
- Click on Make changes to Fish the process.