在CentOS下安装配置MySQL-5.0.27过程
时间:2007-04-27 来源:lagvin
2. 安装
·解压
# tar xzvf mysql-5.0.27.tar.gz |
·安装配置
# cd mysql-5.0.27 |
配置成功后会提示:
MySQL has a Web site at http://www.mysql.com/ which carries details on the latest release, upcoming features, and other information to make your work or play with MySQL more productive. There you can also find information about mailing lists for MySQL discussion.
Remember to check the platform specific part of the reference manual for Thank you for choosing MySQL! |
·编译
#make |
过程比较长(因为配置时做了很多优化),请耐心等待。
·安装
#make install |
3. 安装后的配置
# useradd mysql //添加 mysql 用户 |
4.参考文章
(1)CentOS 4.4 手动编译安装 apache 2.2.3+php 5.2.0+mysql 5.0.27+Zend v3.2.0+eaccelerator 0.9.5
http://www.linuxsir.org/bbs/showthread.php?t=288966
(2)L.A.M.P环境配置文档--CentOS
http://www.discuz.net/thread-495817-1-1.html
(3)LINUX下MYSQL完全安装使用指南
http://www.dvbbs.net/tech/server/2006021510045.asp
(4)一个很多MySQL版本下载的FTP: