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, allowing users to customize various options such as character set and collation. It supports specifying different versions of MySQL and databases. The action also provides options for binding host ports and configuring root and user passwords securely through GitHub Actions secrets.
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)