Setup MySQL with Python 2.7
Version updated for https://github.com/griffinkelly/mysql-python to version 0.9.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action sets up a MySQL database in Docker and provides various options to configure and execute MySQL. It supports specific MySQL options like character set, collation, version, and binds container port to host port. The action works on Linux environments and can be used to run complex MySQL setups while avoiding issues with the Default MySQL installed by GitHub Actions.
What’s Changed
- Update Dockerfile (88923f6)
- Update Dockerfile (958fe5b)
- Update Dockerfile (76bb5fc)
- Update action.yml (2f7c2ae)
- Update entrypoint.sh (149624a)
- Update action.yml (76f218b)
- Update Dockerfile (94ea8c5)
- Improve documentations (700bd56)
- Add restart option (c2f734e)
- Add test code (82ee48a)