Skip to content

Commit 2739eee

Browse files
authored
Update best-practices-least-privileged-account.md
1 parent af74825 commit 2739eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Set Up Least Privileged Accounts in Azure Migrate
2+
title: Set Up Least Privileged Accounts
33
description: Learn how to configure the Azure Migrate appliance with least privileged access by setting up read-only VMware roles with guest operations and scoped permissions.
44
author: molishv
55
ms.author: molir
@@ -363,7 +363,7 @@ Ensure that the user who corresponds to the added MySQL credentials has the foll
363363

364364
Use the following commands to grant the necessary privileges to the MySQL user:
365365

366-
```
366+
```sql
367367
GRANT USAGE ON . TO 'newuser'@'localhost'; GRANT PROCESS ON . TO 'newuser'@'localhost'; GRANT SELECT (User, Host, Super_priv, File_priv, Create_tablespace_priv, Shutdown_priv) ON mysql.user TO 'newuser'@'localhost'; FLUSH PRIVILEGES;`. .
368368
369369
```

0 commit comments

Comments
 (0)