文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>源码安装mysql5

源码安装mysql5

时间:2009-03-23  来源:sjhf

#groupadd mysql
#useradd –g mysql mysql
#tar zxvf mysql*.tar.gz
#cd mysql*/
#CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro \
-felide-constructors -fno- exceptions -fno-rtti" ./configure \
--prefix=/usr/local/mysql --with-charset=utf8 \
--with-collation=utf8_general_ci \
--with-extra-charsets=all \
--with-pthread \
--enable-shared \
--enable-static \
--enable-thread-safe-client \
--enable-assembler \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static
make
make install
make clean
#cp support-files/my-medium.cnf /etc/my.cnf  //目录下并重命名为my.cnf
#vim my.cnf
进入mysql。//将数据目录的所有属性改为mysql将组属性改为mysql用编辑器打开/etc/rc.local–user=mysql &
 
相关阅读 更多 +
排行榜 更多 +
星so

星so

浏览阅读 下载
纸上战争

纸上战争

策略塔防 下载
水滑梯

水滑梯

休闲益智 下载