To add new users to an existing MySQL database:
- Select MySQL databases in the Databases menu.
- Click the MySQL Database or the Edit icon on its right.
- On the form that shows, click Add against the Database usersfield and fill the form:
MySQL password hash length is described in the section Choosing Password Hash Length.
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
- Click the Add or Grant button and agree to additional charges.
- To edit privileges, click the Edit icon next to the user. You will be brought to the Privilege Maintenancepage.
- Check or uncheck the desired privileges and press the Submit button.
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.