before-you-begin.html 373 B

123456
  1. - Make sure you are running MySQL 5.7 or higher. Materialize uses
  2. [GTID-based binary log (binlog) replication](/sql/create-source/mysql/#change-data-capture),
  3. which is not available in older versions of MySQL.
  4. - Ensure you have access to your MySQL instance via the [`mysql` client](https://dev.mysql.com/doc/refman/8.0/en/mysql.html),
  5. or your preferred SQL client.