Skip to content

Commit f887b8c

Browse files
Merge pull request #304009 from Molishv/patch-10
Update best-practices-least-privileged-account.md
2 parents d7a2016 + e3aacbe commit f887b8c

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
@@ -370,7 +370,7 @@ 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';
372372
GRANT SELECT ON information_schema.* TO 'username@ip';
373-
GRANT SELECT ON performance_schema.* TO username@ip';
373+
GRANT SELECT ON performance_schema.* TO 'username@ip';
374374

375375
```
376376

0 commit comments

Comments
 (0)