#service mysqld start
#netstat
免安裝版/二進制版安裝基本命令概述
shell> groupadd mysql
shell> useradd
shell> cd /usr/local
shell> gunzip < /PATH/TO/MYSQL
shell> ln
shell> cd mysql
shell> chown
shell> chgrp
shell> scripts/mysql_install_db –user=mysql
shell> chown
shell> chown
shell> bin/mysqld_safe –user=mysql &
[
From:http://tw.wingwit.com/Article/program/MySQL/201311/29606.html