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
This GitHub Action sets up a MySQL database in Docker using various options to configure and execute MySQL. It solves problems related to configuring and running MySQL databases within GitHub Actions environments, which are limited by Linux. The action supports multiple MySQL versions and can be used to manage different configurations for the database.
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)