装好gcc,g++,make,autoconf,libtool,m4
Debian还要安装libncursesw5-dev,libncurses5-dev
执行以下命令
autoreconf --force --install
./configure --with-low-memory --with-charset=gbk --prefix=/usr/local/mysql/ --enable-assembler --with-unix-socket-path=/tmp/mysql.sock --enable-assembler --with-extra-charsets=utf8 --enable-thread-safe-client --enable-local-infile --enable-shared
make
我是开发机器性能不重要,主要是优化内存,我内存小
本文介绍了如何在内存较小的环境中配置MySQL。首先确保安装了必要的软件包如gcc、g++等,对于Debian还需要安装libncursesw5-dev等依赖。通过执行autoreconf --force --install初始化配置,然后使用./configure指定参数如--with-low-memory优化内存使用。
293

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



