Skip to content

Commit

Permalink
PMM-12397 Documentation bug - localhost Vs 127.0.0.1 (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovikovP authored Aug 25, 2023
1 parent 303aa1e commit 8dbfb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setting-up/client/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GRANT SELECT, PROCESS, REPLICATION CLIENT, RELOAD, BACKUP_ADMIN ON *.* TO 'pmm'@

```sql
CREATE USER 'pmm'@'127.0.0.1' IDENTIFIED BY 'pass' WITH MAX_USER_CONNECTIONS 10;
GRANT SELECT, PROCESS, REPLICATION CLIENT, RELOAD ON *.* TO 'pmm'@'localhost';
GRANT SELECT, PROCESS, REPLICATION CLIENT, RELOAD ON *.* TO 'pmm'@'127.0.0.1';
```


Expand Down

0 comments on commit 8dbfb29

Please sign in to comment.