Skip to content
Hire me

Chris Taylor Developer

Freelance software engineer United Kingdom

  • Services
  • Prices
  • Contact
  • About
    • Background & CV
    • Testing experience
    • On GitHub
    • On Digital Guernsey
  • Projects
  • Engineering

mysql

Install MySQL CLI client on AWS Linux

27 July 2024 by Chris Taylor

Updated: 27 July 2024

sudo yum install -y https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
sudo rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
sudo yum install -y mysql-community-client
Categories Articles Tags aws, mysql Leave a comment

MySQL in docker

1 April 20248 April 2023 by Chris Taylor

Updated: 22 February 2024

Run mysql inside docker

docker run -p 3306:3306 --name our-mysql -e MYSQL_ROOT_PASSWORD=hopeless mysql:latest
Categories MySQL Tags docker, mysql Leave a comment

systemctl

1 April 20242 September 2022 by Chris Taylor

Updated: 02 September 2022

Check if mysql is running
systemctl status mysql

Categories systemd Tags mysql Leave a comment
© 2025 Chris Taylor Developer • Built with GeneratePress