Best of MySQLDecember 2023

  1. 1
    Article
    Avatar of ghblogGitHub Blog·2y

    Upgrading GitHub.com to MySQL 8.0

    GitHub upgraded its fleet of 1200+ MySQL hosts to MySQL 8.0 over the course of a year. The upgrade was motivated by the end of life of MySQL 5.7, the desire for the latest features and security patches, and the need to maintain service level objectives. GitHub prepared for the upgrade by determining infrastructure requirements, ensuring application compatibility, and communicating the upgrade plan. During the upgrade process, challenges such as replication delay and query failures were encountered and addressed. The lessons learned from the upgrade will inform future upgrade processes.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How to setup a real fast local Laravel development environment for Windows with pretty URLs (without Docker)

    Learn how to set up a fast local Laravel development environment for Windows using WSL, native php, mysql, and nginx installation and configuration.

  3. 3
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Host a Dynamic Web App on AWS with Docker, Amazon ECR, and Amazon ECS

    Learn how to host a dynamic web app on AWS with Docker, Amazon ECR, and Amazon ECS using a three-tier AWS network VPC.