Azure MySQL
Connector Details
Connector Attributes | Details |
---|---|
Name | Azure MySQL |
Description | Azure Database for MySQL is a fully managed relational database service provided by Microsoft Azure, offering developers a scalable and reliable platform to build modern applications. With features like automated backups, high availability, and built-in security, Azure MySQL simplifies database management tasks, allowing developers to focus on application development. Its compatibility with MySQL, coupled with seamless integration with other Azure services, enables developers to leverage familiar tools and frameworks while benefiting from Azure's global presence and enterprise-grade reliability. Whether for small-scale projects or enterprise applications, Azure MySQL provides a flexible and cost-effective solution for hosting MySQL databases in the cloud. |
Connector Type | Class A |
Features
Feature Name | Feature Details |
---|---|
Load Strategies | Full Load, Incremental Load |
Metadata Extraction | Supported |
Data Acquisition | Supported |
Data Publishing | Not Supported |
Automated Schema Drift Handling | Supported |
Source Connection Attributes
Connection Parameters | Data Type | Example |
---|---|---|
Server Name | String | myazuremysql.mysql.database.azure.com |
Database Name | String | mydatabase |
Port | Numeric | 3306 |
User ID | String | myuser@myazuremysql |
Password | String | mypassword |
SSL Mode | List | Preferred |
Bronze Schema (Optional) | String | |
Silver Schema (Optional) | String |
Connector Specific Configuration Details
- SSL Mode = Preferred is the default value, if SSL Mode is not defined
- Azure MySQL connector has optional values such as Bronze Schema and Silver Schema
Screenshot To Use Connector
Updated 8 months ago