Skip to content

Instantly share code, notes, and snippets.

@huangqiheng
huangqiheng / build_mysql.sh
Last active March 1, 2024 06:59 — forked from Jamp/build_mysql.sh
Build and install MySQL 5.1 from source on Ubuntu 18.04
#!/bin/bash
# Run as root
set -e
apt-get update
apt-get install -y build-essential
apt-get install -y libncurses5-dev
useradd mysql