MySQL Databases

MySQL is a popular database management system. It allows you to add, access, and process stored data.

MySQL users cannot exist separately from MySQL databases. You must stick to the following sequence:

  1. Create a database
  2. Add MySQL users to each created database.

However, MySQL users can be shared by different databases.

In this section:

Creating MySQL Database and Its Users

Choosing Password Hash Length

Editing MySQL Databases with phpMyAdmin

Changing MySQL Disk Quota

Adding MySQL Users And Granting Them Privileges

Changing User Passwords