From bb4efbf25806c937db7d76db9a19d042420ce3ba Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 4 May 2017 17:30:56 -0700 Subject: [PATCH] Add minimum requirements for MySQL notification (#4260) --- docs/bucket/notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bucket/notifications/README.md b/docs/bucket/notifications/README.md index f34a1e27d..aa39cb2e1 100644 --- a/docs/bucket/notifications/README.md +++ b/docs/bucket/notifications/README.md @@ -547,7 +547,7 @@ key | value ## Publish Minio events via MySQL -Install MySQL from [here](https://dev.mysql.com/downloads/mysql/). For illustrative purposes, we have set the root password as `password` and created a database called `miniodb` to store the events. +Install MySQL from [here](https://dev.mysql.com/downloads/mysql/). To publish Minio events, you'll need `JSON` support in MySQL, available on MySQL `5.7.8` and above. We tested this setup on MySQL `5.7.17`. For illustrative purposes, we have set the root password as `password` and created a database called `miniodb` to store the events. This notification target supports two formats: _namespace_ and _access_.