Skip to content

Instantly share code, notes, and snippets.

View codemobiles's full-sized avatar

CodeMobiles codemobiles

View GitHub Profile
@codemobiles
codemobiles / build_mysql.sh
Last active November 3, 2020 10:00 — forked from huangqiheng/build_mysql.sh
Build and install MySQL 5.1 from source on Ubuntu 18.04
https://programmersought.com/article/99584829847/
# Crontab
@reboot /usr/local/php52/sbin/php-fpm start
#!/bin/bash
# Run as root
yum install make
yum install readline-devel
yum install ncurses-devel