MySQL Databases Print

  • 0

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.


Was this answer helpful?

« Back