actions-marketplace-validations/Setup MySQL
Setup a MySQL database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host port | The port of host | no | 3306 |
| container port | The port of container | no | 3306 |
| character set server | --character-set-server - The character set of MySQL server | no | utf8mb4 |
| collation server | --collation-server - The character collation of MySQL server | no | utf8mb4_general_ci |
| mysql version | Version of MySQL to use | no | latest |
| mysql root password | MYSQL_ROOT_PASSWORD - root superuser password | no | "" |
| mysql database | MYSQL_DATABASE - name for the default database that is created | no | "" |
| mysql user | MYSQL_USER - create the specified user with superuser power for created database | no | "" |
| mysql password | MYSQL_PASSWORD - specified superuser password which user is power for created database | no | "" |
Outputs
no outputs