Skip to content

Commit d7a2016

Browse files
Merge pull request #304008 from Molishv/patch-9
Update tutorial-discover-mysql-database-instances.md
2 parents 7bc73d1 + c2bc60d commit d7a2016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following table lists the regions that support MySQL Discovery and Assessmen
6666
> GRANT PROCESS ON *.* TO 'username@ip';
6767
> GRANT SELECT (User, Host, Super_priv, File_priv, Create_tablespace_priv, Shutdown_priv) ON mysql.user TO 'username@ip';
6868
> GRANT SELECT ON information_schema.* TO 'username@ip';
69-
> GRANT SELECT ON performance_schema.* TO username@ip';
69+
> GRANT SELECT ON performance_schema.* TO 'username@ip';
7070
7171
You can review the discovered MySQL databases after around 24 hours of discovery initiation, through the **Discovered servers** view.
7272

0 commit comments

Comments
 (0)