Skip to content

Commit 036ebbf

Browse files
Revise MySQL user account creation instructions
Updated instructions for creating a MySQL user account for Azure Migrate Discovery and Assessment.
1 parent 8e52fec commit 036ebbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/migrate/tutorial-discover-mysql-database-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following table lists the regions that support MySQL Discovery and Assessmen
6969
> GRANT SELECT ON information_schema.* TO 'username'@'ip';
7070
> GRANT SELECT ON performance_schema.* TO 'username'@'ip';
7171
72-
To create a custom MySQL user account with the minimum permissions required for Discovery and Assessment in Azure Migrate with access from the appliance machine you can use the following script. The account running the script needs following privileges. This script has to be executed on the servers with MySQL instances.
72+
To enable Discovery and Assessment in Azure Migrate, you can create a custom MySQL user account with the minimum required permissions. Use the following script to create the account and grant access from the appliance machine.
7373
- CREATE USER privilege → to create the new user.
7474
- GRANT OPTION privilege → to grant privileges to the new user.
7575
- SELECT on mysql.user → required for the existence check.

0 commit comments

Comments
 (0)