Best of MySQL — March 2024
- 1
- 2
PlanetScale·2y
The problem with using a UUID primary key in MySQL
Learn about the downsides of using UUIDs as a primary key in your MySQL database, including insert performance and higher storage utilization. Discover best practices for minimizing the negative impacts and explore alternative ID types.
- 3
Community Picks·2y
Migrate Next.js app away from "Vercel + PlanetScale" to "Fly.io"
Learn how to migrate a Next.js app from Vercel + PlanetScale to Fly.io. The article provides a step-by-step guide on deploying the app and MySQL database to Fly.io. It also explains how to set up Cloudflare for non-www to www redirection.
- 4
AWS in Plain English·2y
Lamp Stack Implementation on AWS (Linux, Apache, MySQL, and PHP.)
This post provides a step-by-step guide on implementing the LAMP stack on AWS using Linux, Apache, MySQL, and PHP. It includes instructions on installing Apache web server, setting up a virtual host, and configuring PHP. The post also explains what a web stack is and the components of the LAMP stack. The instructions are beginner-friendly and assume the use of an Ubuntu server.