文章 | 文章列表>> |
2008-01-09 18:10:15
2008-01-07 19:45:05
准备工作:
httpd-2.2.2.tar.gz
下载:http://httpd.apache.org/download.cgi
php-5.1.4.tar.gz
下载:http://www.php.net/downloads.php
mysql-standard-5.0.21-linux-i686-glibc23.tar.gz
下载:http://dev.mysql.com/downloads/mysql/5.0.html
一、先安装mysql5
代码:
1以下使用root身份
添加用户组和用户,mysql服务需要以mysql组的用户来执行
shell> groupadd mysql
shell> useradd -g mysql mysql
2释放压缩文件到/usr/local下
把压缩包放到/usr/local下
shell> ..
httpd-2.2.2.tar.gz
下载:http://httpd.apache.org/download.cgi
php-5.1.4.tar.gz
下载:http://www.php.net/downloads.php
mysql-standard-5.0.21-linux-i686-glibc23.tar.gz
下载:http://dev.mysql.com/downloads/mysql/5.0.html
一、先安装mysql5
代码:
1以下使用root身份
添加用户组和用户,mysql服务需要以mysql组的用户来执行
shell> groupadd mysql
shell> useradd -g mysql mysql
2释放压缩文件到/usr/local下
把压缩包放到/usr/local下
shell> ..


cutebunny 的BLOG
博客统计信息
最新评论
友情链接
文章
51CTO推荐博文
公告
热门文章
51CTO推荐博客