blob: e74a2326d6b461a0ac0d98573f975bbe6b9fd620 [file] [log] [blame]
---
name: MySQL
menu: Database Connectors
index: 8
version: 1
---
MySQL
-------------
Set up the URI using the following settings:
* **User Name**: UserName
* **Password**: DBPassword
* **Database Host**:
* For Localhost: localhost or 127.0.0.1
* For On Prem: IP address or Host name
* For AWS Endpoint
* **Database Name**: Database Name
* **Port**: default 3306
```
mysql://<UserName>:<DBPassword>@<Database Host>/<Database Name>
```