Skip to content

Commit 1a3d44a

Browse files
authored
Update best-practices-least-privileged-account.md
1 parent 1c9fd27 commit 1a3d44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/migrate/best-practices-least-privileged-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ For MySQL discovery, ensure the appliance's IP or domain is allowed by configuri
365365

366366
Use the following commands to grant the necessary privileges to the MySQL user:
367367

368-
```sql
368+
```Mysql
369369
GRANT USAGE ON *.* TO 'username@ip';
370370
GRANT PROCESS ON *.* TO 'username@ip';
371371
GRANT SELECT (User, Host, Super_priv, File_priv, Create_tablespace_priv, Shutdown_priv) ON mysql.user TO 'username@ip';

0 commit comments

Comments
 (0)