先yum安装 gcc ,gcc-c++, libgcc, gcc-objc error: No curses/termcap library found yum install ncurses-devel 编译&安装: /usr/sbin/groupadd mysql /usr/sbin/useradd -g mysql mysql tar zxvf mysql-5.1.38.tar.gz cd mysql-5.1.38/ ./configure –prefix=/app/server/mysql/ –enable-assembler –with-extra-charsets=complex –enable-thread-safe-client –with-big-tables –with-readline –with-ssl –with-embedded-server –enable-local-infile ... More