Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The MySQL Replication Source will replicate all of the row-level changes in the databases on MySQL server.fefe

Setting up MySQL

Enable the binlog

...

to change the user to use a MySQL native password.

Schema Evolution

DDL Operation

Supported?

Notes

Create table

Yes

New table is picked up dynamically when no tables are selected in the pipeline config. 

Rename table

No

Truncate table

Yes

Drop table

Yes

Add nullable column

Yes

Add required column

No

Alter column to make it nullable

Yes

Alter column to make it required

No

Alter column type 

No

Rename column

No

Drop column

No