actions-marketplace-validations/Setup MySQL with Python 2.7

Setup a MySQL database with Python 2.7

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 9, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/griffinkelly_mysql-python@88923f688ecf62aa9fae2f46aae990f881e6d44c # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
host portThe port of hostno3306
container portThe port of containerno3306
character set server--character-set-server - The character set of MySQL servernoutf8mb4
collation server--collation-server - The character collation of MySQL servernoutf8mb4_general_ci
mysql versionVersion of MySQL to usenolatest
mysql root passwordMYSQL_ROOT_PASSWORD - root superuser passwordno""
mysql databaseMYSQL_DATABASE - name for the default database that is createdno""
mysql userMYSQL_USER - create the specified user with superuser power for created databaseno""
mysql passwordMYSQL_PASSWORD - specified superuser password which user is power for created databaseno""
settings pathThe path of the directory containing the settings file(Without `./`)no./
parallel testsRun tests in parallelnofalse
requirements fileThe path of dependancy file, typically requirements.txtnorequirements.txt
env fileThe path of an env file, if you require environment variablesno""
test appsSpecific apps you want to testno""

no outputs