Overview
MySQL is one of the world’s most popular open-source relational database management systems. Datazone provides seamless integration with MySQL databases, allowing you to easily ingest and manage your MySQL data.Connection Parameters
Required Permissions
The MySQL user account needs the following permissions:SELECT- For reading data from tablesSHOW DATABASES- For listing available databasesSHOW VIEW- For accessing viewsREFERENCES- For foreign key constraints
Limitations
Be aware of the following limitations when working with MySQL sources:- Supported MySQL versions: 5.6 and above
- Some MySQL-specific data types might be converted to standard types
- Large table scans may impact source database performance
- Consider using read replicas for heavy data extraction
Next Steps
After configuring your MySQL source:- Create extracts to specify which tables to ingest
- Configure scheduling for recurring extracts
- Integrate the source into your data pipelines