MySQL Connector
Configuration
connector:
name: my-mysql
type: mysql
config:
host: db.example.com
port: 3306
database: mydb
username: \
password: \
ssl: true
`
## Features
- Full and incremental loading
- Schema inference
- SSL/TLS support
- Binlog-based CDC
## See Also
- [Integrations Overview](/docs/integrations/overview)