今天上午在RedHat9.0下重新编译mysql 4.1.11,主要是为了解决一些性能的问题。
./configure /
--prefix=/usr/local/mysql /
--with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock /
--with-client-ldflags=-all-static /
--with-mysqld-ldflags=-all-static
博客讲述了在RedHat9.0系统下重新编译mysql 4.1.11以解决性能问题,并给出了编译时的配置命令,如指定安装路径、socket路径等。
今天上午在RedHat9.0下重新编译mysql 4.1.11,主要是为了解决一些性能的问题。
./configure /
--prefix=/usr/local/mysql /
--with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock /
--with-client-ldflags=-all-static /
--with-mysqld-ldflags=-all-static

被折叠的 条评论
为什么被折叠?