首頁 >資料庫 >mysql教程 >从源码安装mysql

从源码安装mysql

WBOY
WBOY原創
2016-06-07 15:40:421266瀏覽

首先参考iteye上的一篇博文: http://haiouc.iteye.com/blog/1779771 从这个台湾的源下载源码包比较快: http://ftp.nchu.edu.tw/Unix/Database/MySQL/Downloads/MySQL-5.1/ 其中编译前的配置命令: ./configure --prefix=/usr/local/mysql --with-charset=g

首先参考iteye上的一篇博文:

    http://haiouc.iteye.com/blog/1779771

从这个台湾的源下载源码包比较快:

    http://ftp.nchu.edu.tw/Unix/Database/MySQL/Downloads/MySQL-5.1/

其中编译前的配置命令:

    ./configure --prefix=/usr/local/mysql --with-charset=gbk --with-extral-charsets=all --enable-thread-safe-client

中的extra误打成了extral。


另外参考官方的资料:

    http://dev.mysql.com/doc/refman/5.1/zh/installing.html#linux-rpm

见第2.8.1节(源码安装概述)和2.8.2节(典型配置选项)


安装完之后开启mysql服务:

    systemctl  enable mysqld.service

    systemctl start mysqld.service

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn