cweinberger/Setup MySQL
Setup MySQL database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The MySQL version | no | latest |
| hostName | The hostname | no | mysql |
| hostPort | The port of host | no | 3306 |
| containerPort | The port of container | no | 3306 |
| rootPassword | The root user password | no | "" |
| user | The MySQL user to create | no | "" |
| password | The password for the MySQL user | no | "" |
| database | Name for the initial database to create | no | TestDatabase |
| characterSet | The character set of MySQL server | no | utf8mb4 |
| collation | The collation of MySQL server | no | utf8mb4_general_ci |
| sqlMode | The sql modes, fx. NO_ENGINE_SUBSTITUTION | no | "" |
Outputs
no outputs