Skip to content

Commit c880f81

Browse files
authored
MariaDB v2 - Added requirement (#1141)
* added requirement * Syntax
1 parent a05c8fd commit c880f81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_database-integrations/mysql/mariadb/mariadb-v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ requirements-list:
106106
**The `GRANT OPTION` privilege in {{ integration.display_name }}.** The [`GRANT OPTION` privilege](https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_grant-option){:target="new"} is required to grant the necessary privileges to the Stitch database user.
107107
- item: |
108108
**The `SUPER` privilege in {{ integration.display_name }}.** If using binlog replication, the [`SUPER` privilege](https://dev.mysql.com/doc/refman/5.6/en/privileges-provided.html#priv_super){:target="new"} is required to define the appropriate server settings.
109+
- item: |
110+
**The binlog retention hours in {{ integration.display_name }}.** When using binlog replication, the value of the [binlog retention hours parameter](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-stored-proc-configuring.html){:target="new"} must be 168.
109111
110112
# -------------------------- #
111113
# Setup Instructions #

0 commit comments

Comments
 (0)