Skip to content

Commit

Permalink
doc - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrappazzonc committed Dec 2, 2024
1 parent 5888707 commit 30daad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run \
Create a `monitor` user to allow access to agent.

```sql
CREATE USER monitor@'%' IDENTIFIED by '<monitor-pass>';
CREATE USER monitor@'%' IDENTIFIED BY '<monitor-pass>';
ALTER USER monitor@'%' WITH MAX_USER_CONNECTIONS 5;
GRANT REPLICATION CLIENT ON *.* TO monitor@'%';
GRANT PROCESS ON *.* TO monitor@'%';
Expand Down

0 comments on commit 30daad1

Please sign in to comment.