freebsd mysql

2009-05-13 14:53:17来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

操作系统
freebsd7.1 mysql5.1.26
 
 
1安装操作系统
选择最小安装 src
ports
2安装cvsup-withou-gui
Cd/usr/ports/net/cvsup-without-gui/
 
3更新ports 和源码
  Cvsup
–g –L 2 stable-superfile  和ports-superfile
4 添加用户
pw groupadd mysql
 Pw
useradd mysql –g mysql
5安装mysql
/usr/ports/databases/mysql51-server
编辑Makefile 修改下方
CONFIGURE_ARGS= --localstatedir=/data/mysql
\ 
                --without-debug \
                --without-readline \
                --without-libedit \
                --with-libwrap \
                --with-mysqlfs \
                --with-comment='FreeBSD port:
${PKGNAME}' \
                --enable-thread-safe-client \
               
--with-mysqld-ldflags=-all-static \
                --enable-assembler \
               
--with-extra-charsets=gbk,gb2312,utf8 \
                --with-named-thread-libs='-lthr' \
               
--with-mysqld-ldflags=-all-static \
               
--with-client-ldflags=-all-static
6 设置mysql 自己启动
在rc.conf添加
Mysql_enable=”yes”

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:关于google 浏览器的一些评论。

下一篇:FreeBSD版 BitstormLite