- 论坛徽章:
- 1
|
我的mysql版本,mysql-5.1.51.tar.gz
我的安装步骤:
tar xvzf mysql-5.1.51.tar.gz
./configure --prefix=/usr/local/mysql/ \
--localstatedir=/unixhot/mysql \
--enable-assembler \
--with-system-type="Centos-5.8" \
--with-mysqld-ldflags=-all-static \
--with-mysqld-user=mysql \
--with-pthread --enable-static \
--with-big-tables \
--without-ndb-debug \
--with-charset=utf8 \
--with-extra-charsets=all \
--without-debug \
--enable-thread-safe-client \
--enable-local-infile \
--with-plugins=max
make && make install
在make的时候卡住,没有error,屏幕输出提示如下,不知道为什么,求解释!
|
|