Skip to content

Instantly share code, notes, and snippets.

View longvireak's full-sized avatar

Vireak longvireak

View GitHub Profile
@longvireak
longvireak / build_mysql.sh
Created November 27, 2018 03:48 — forked from Jamp/build_mysql.sh
Build and install MySQL 5.1 from source on Ubuntu 16.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