MySQL is a relational database management system based on SQL – Structured Query Language. The application is used for a wide range of purposes, including data warehousing, e-commerce, and logging applications.
In a YAML file, the config section contains the following properties:
Connectorname: MySQLSSH
host: Hostname or IP address of the server
port: Server running port
username: Username
password: Password
database: Database
drivername: mysql+pymysql
ssh_host: ssh_hostname
ssh_port: ssh_port
ssh_user: ssh_username
ssh_private_key_path: privatekeyData Hub icon on the Navigation Pane.
Add Project and provide the new project’s name.
MySQLSSH template.
| Parameters | Description |
|---|---|
| Host: | Specify the hostname of the MySQL server. |
| Port: | Specify the port number of the MySQL server (default is 3306). |
| Username: | Provide the username to authenticate with the MySQL server. |
| Password: | Provide the password to authenticate with the MySQL server. |
| Database: | Specify the name of the MySQL database from which data will be extracted. |
| Driver Name: | Specify the driver name for connecting to MySQL (e.g., mysql+pymysql). |
| Select: | Tablename(s): Specify the table name list to load tables from the MySQL server. |
| SSH Host: | Specify the SSH hostname for connecting to the MySQL server securely. |
| SSH Port: | Specify the SSH port number (default is 22). |
| SSH User: | Provide the SSH username for authentication. |
| SSH Private Key: | Specify the path to the SSH private key file for authentication. |



Run Now button.
.


Edit DataSource Option to view the created tables.Exam
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: tap_postgres
connectorname: MySQL
config:
host: Hostname or IP address of the server
port: Server running port
username: Username
password: Password
database: Database
drivername: mysql+pymysql
ssh_host: ssh_hostname
ssh_port: ssh_port
ssh_user: ssh_username
ssh_private_key_path: privatekey
select:
- TABLE1
- TABLE2