actions-marketplace-validations/Setup MySQL with Python 2.7
Setup a MySQL database with Python 2.7
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 9, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/griffinkelly_mysql-python@88923f688ecf62aa9fae2f46aae990f881e6d44c # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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 | "" |
| settings path | The path of the directory containing the settings file(Without `./`) | no | ./ |
| parallel tests | Run tests in parallel | no | false |
| requirements file | The path of dependancy file, typically requirements.txt | no | requirements.txt |
| env file | The path of an env file, if you require environment variables | no | "" |
| test apps | Specific apps you want to test | no | "" |
Outputs
no outputs