To add new users to an existing MySQL database:
Each user role involves a fixed set of privileges on this specific database:
Role: |
Set of privileges: |
read |
select |
read/write |
select, insert, delete, update |
dba |
select, insert, update, drop, create, alter, index |
Note: For more information on MySQL access privileges, please refer to www.mysql.com. Any changes in user privileges will be applied to the whole selected database.