doc: netdata user is also a default (#9555)
* doc: netdata user is also a default Both `root` and `netdata` users will try to connect using the socket connection and only `root` user was specified in the doc. Just added `netdata` and some quick comment * fix: typo in mysql command
Matias Barletta committed
Aug 14, 2020 at 09:38 UTC
9996479f4879a54555dc019df68c760cc683b05d
1 file changed
+1
-1
collectors/python.d.plugin/mysql/README.md
+1
-1
@@ -385,7 +385,7 @@ remote:
385
```
386
387
If no configuration is given, the module will attempt to connect to MySQL server via a unix socket at
388
-`/var/run/mysqld/mysqld.sock` without password and with username `root`.
388
+`/var/run/mysqld/mysqld.sock` without password and with username `root` or `netdata` (you granted permissions for `netdata` user in the Requirements section of this document).
389
390
`userstats` graph works only if you enable the plugin in MariaDB server and set proper MySQL privileges (SUPER or
391
PROCESS). For more details, please check the [MariaDB User Statistics