How to grant access on Azure Database for MySQL in the portal?

2.3k Views Asked by At

How can I grant permissions on Azure Database for MySQL in the portal to other user? I don't see 'Access Control (AIM)' for it anywhere.

1

There are 1 best solutions below

0
On BEST ANSWER

Azure Database for MySQL is a fully managed database as a service in Azure. It is different from the SQL Database those will link a SQL server resource when you creating SQL database. For SQL Database, IAM is set at the server level, not at the individual database. Here is a similar reference for SQL database.

For Azure Database for MySQL, It seems there is no IAM setting in the portal. If you want to control access for Azure Database for MySQL, you can use firewall and SSL. You can see Data access & security in the Azure Database for MySQL Documentation for more information.