We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b9a0 commit 7d978feCopy full SHA for 7d978fe
README.md
@@ -9,7 +9,7 @@ NOTE: Not all collection methods are supported on MySQL < 5.6
9
### Required Grants
10
11
```sql
12
-CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'XXXXXXXX' WITH MAX_USER_CONNECTIONS 3;
+CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'XXXXXXXX' WITH MAX_USER_CONNECTIONS 10;
13
GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'exporter'@'localhost';
14
```
15
0 commit comments