mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Add minimum requirements for MySQL notification (#4260)
This commit is contained in:
parent
a89c7299d1
commit
bb4efbf258
@ -547,7 +547,7 @@ key | value
|
|||||||
<a name="MySQL"></a>
|
<a name="MySQL"></a>
|
||||||
## Publish Minio events via MySQL
|
## 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_.
|
This notification target supports two formats: _namespace_ and _access_.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user