mysql.md 1.2 KB
Newer Older
1 2
# MySQL

3
![mysql](../../../../img/new_ui/dev/datasource/mysql.png)
4

S
sneh-wha 已提交
5 6
## Datasource Parameters

7 8 9 10 11 12 13 14 15 16
|       **Datasource**       |                     **Description**                      |
|----------------------------|----------------------------------------------------------|
| Datasource                 | Select MYSQL.                                            |
| Datasource name            | Enter the name of the DataSource.                        |
| Description                | Enter a description of the DataSource.                   |
| IP/Host Name               | Enter the MYSQL service IP.                              |
| Port                       | Enter the MYSQL service port.                            |
| Username                   | Set the username for MYSQL connection.                   |
| Password                   | Set the password for MYSQL connection.                   |
| Database name              | Enter the database name of the MYSQL connection.         |
S
sneh-wha 已提交
17
| Jdbc connection parameters | Parameter settings for MYSQL connection, in JSON format. |
18

19 20
## Native Supported

21
No, read section example in [datasource-setting](../howto/datasource-setting.md) `DataSource Center` section to activate this datasource.
22