RisingWave home page
Current (v2.5)
Search...
⌘K
Ask AI
Blog
Sign up free
Sign up free
Search...
Navigation
Platform-specific setup
Set up AWS RDS MySQL & Aurora (MySQL-compatible)
Guides
Apache Iceberg™
SQL/UDFs
Python SDK
Client Libraries
RisingWave Console
Changelog
Join Slack community
GitHub
Get started
What is RisingWave?
Quick start
RisingWave Console
RisingWave use cases
Premium edition
Elastic disk cache
Learn by examples
Performance benchmarks
Working with data
Ingest data
Getting started
Change Data Capture
Overview
PostgreSQL CDC
MySQL CDC
MySQL CDC
Platform-specific setup
Self-hosted
AWS RDS & Aurora
MongoDB CDC
SQL Server CDC
Apache Kafka
Apache Iceberg
Connectors
Advanced topics
Process data
Store data
Serve data
Deliver data
Deploy & operate
Deploy
Operate
Performance
Overview
Monitoring and metrics
Best practices
Troubleshoot
Workload analysis
FAQs
Troubleshooting
Overview
Out of memory
Node failure
Recovery failure
Sources & sinks
Deployment issues
Reference
Glossary
Architecture
FAQs
Cloud
About
Get started
Project & database
Develop
Organization
Billing
Account
Platform-specific setup
Set up AWS RDS MySQL & Aurora (MySQL-compatible)
How to set up AWS RDS MySQL or Aurora as a source for RisingWave.
We will use a standard class AWS RDS MySQL instance without Multi-AZ deployment for illustration, but the process will be similar for Aurora.
Turn on binary logging and choose a non-zero value for the
Retention period
.
Create a parameter group for MySQL instances. We created a parameter group named MySQL-CDC for the instance that runs MySQL 5.7.x.
Click the MySQL-CDC parameter group to edit the values of
binlog_format
to
ROW
and
binlog_row_image
to
full
.
Modify your RDS instance and apply the modified parameter group to your database.
Click
Continue
and choose
Apply immediately
. Finally, click
Modify DB instance
to save the changes. Remember to reboot your MySQL instance.
Ensure your MySQL users can access the tables and replications.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Self-hosted
MongoDB CDC
Assistant
Responses are generated using AI and may contain mistakes.