一、下载编译安装 #cd /usr/local/src/ #wget http://mysql.byungsoo.net/Downloads/MySQL-5.1/mysql-5.1.38.tar.gz #tar –xzvf mysql-5.1.38.tar.gz ../software/ #./configure –prefix=/usr/local/mysql //MySQL安装目录 –datadir=/mydata //数据库存放目录 –with-charset=utf8 //使用UTF8格