Hello Folks, Getting this error when trying to con...
# ask-community-for-troubleshooting
a
Hello Folks, Getting this error when trying to connect Airbyte with CDC to MySQL RDS. Standard connection works. Airbyte MySQL connector version is 0.5.6
Error: The variable log_bin should be set to ON, but it is : OFF
• On RDS with MySQL 5.7+ we don't actually have that specific parameter for log_bin • So we turned log_bin on simply by enabling automatic backups with a retention period greater than 0 • I believe Airbyte is looking for that specific parameter
log_bin
because it was used on previous versions of mysql and its not finding and therefore its assuming that log_bin is off, even when its actually on. Any help or insights will be greatly appreciated.