Chinaunix首页 | 论坛 | 博客
  • 博客访问: 51680
  • 博文数量: 39
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-05 15:14
个人简介

要想成功,立刻行动!

文章存档

2015年(2)

2014年(1)

2012年(4)

2011年(2)

2010年(8)

2009年(5)

2008年(17)

我的朋友

分类: Mysql/postgreSQL

2012-06-01 17:44:02

下载mysql源码包
下载地址:
提取码:A9KnQFyg 这个是我的网易网盘共享的mysql源码包
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> tar xzvf mysql-VERSION
shell> cd mysql-VERSION
shell> ./configure --prefix=/usr/local/mysql
shell> make
shell> make install
shell> cp support-files/my-medium.cnf /etc/my.cnf
shell> cp support-files/mysql.server /etc/init.d/mysql
shell> cd /usr/local/mysql
shell> bin/mysql_install_db --user=mysql
shell> chown -R root  .
shell> chown -R mysql var
shell> chgrp -R mysql .
shell> bin/mysqld_safe --user=mysql &
阅读(1789) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~