Skip to content

Commit 7d978fe

Browse files
authored
1 parent 589b9a0 commit 7d978fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NOTE: Not all collection methods are supported on MySQL < 5.6
99
### Required Grants
1010

1111
```sql
12-
CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'XXXXXXXX' WITH MAX_USER_CONNECTIONS 3;
12+
CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'XXXXXXXX' WITH MAX_USER_CONNECTIONS 10;
1313
GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'exporter'@'localhost';
1414
```
1515

0 commit comments

Comments
 (0)