红联Linux门户
Linux帮助

mysql安装问题

发布时间:2011-02-17 20:44:04来源:红联作者:ipigzhu
# Preconfiguration setup
shell> groupadd mysql
shell> useradd -r -g mysql mysql
# Beginning of source-build specific instructions
shell> tar zxvf mysql-VERSION.tar.gz
shell> cd mysql-VERSION
shell> cmake .
shell> make
shell> make install


mysql的版本是:mysql-5.5.9.tar.tar
上面是这个版本的INSTALL-SOURCE里面的安装内容教程,我发现没有了./configure 换成了 cmake

这是不是也是和configure一样的呢?

那 --profiex什么的是不是也是这样 cmake . --profiex的?????
文章评论

共有 4 条评论

  1. zzzzz 于 2011-02-21 10:33:35发表:

    不好意思,正在学....

  2. laoshue 于 2011-02-18 08:40:45发表:

    路过

  3. 堕落kiss 于 2011-02-17 23:44:59发表:

    cmake --help看看是不是改了。

  4. lykginy 于 2011-02-17 21:33:37发表:

    不是./configure --prefix=path 么