Below you will find pages that utilize the taxonomy term “Griffinkelly”
August 29, 2026
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.
August 28, 2026
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.
August 22, 2026
Setup MySQL with Python 2.7
Version updated for https://github.com/griffinkelly/mysql-python to version v1.1.
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 for various configurations such as character set and collation. It supports specific versions of MySQL and can be used to automate tasks involving MySQL operations. The action is limited by Github Actions’s support for Linux environments and requires users to shut down the Default MySQL before setting it up if using port 3306.
August 15, 2026
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.