Skip to content

Instantly share code, notes, and snippets.

View UlricQin's full-sized avatar

ulricqin UlricQin

View GitHub Profile
@UlricQin
UlricQin / mysql5.5_install.sh
Last active December 22, 2015 05:39
install script for mysql 5.5.28
#! /bin/sh
# for version 5.5.28
# author Ulric Qin
#
# dependency: cmake
set -eu
echo "set env..."
INSTALL_DIR="/home/users/ulric/mysql5"
my $name = "Ulric";
print "Hello, $name";