| | xNix
MySQL最简单的安装过程如下:
1.下载:mysql-4.1.20.tar.gz(www.mysql.org
2.//创建用户与组
[root@localhost root]#groupadd mysql
[root@localhost root]#useradd -g mysql mysql
     
3.//解压
[root@localhost root]#tar zxvf mysql-4.1.20.tar.gz
 
4.//安装
[root@localhost root]#cd mysql-4.1.20
[root@localhost mysql-4.1.20]# mkdir /opt/mysq
[root@localhost mysql-4.1.20]# ./configure --prefix=/opt/mysql
[root@localhost mysql-4.1.20]# make
[root@localhost mysql-4.1.20]# make install

>>内文分页: [1] [2]
This entry comes from 本站原创.It has been read for 2503 times.You may Leave a comment or 引用(0) this entry.
0 comments so far
Leave something
Name:


Website:


E-mail:


Content:
打开HTML 打开UBB 表情 打开表情 隐藏 记住我 [注册]