Linux下MySQL configure参数
作者: claymore 发表于: 2009-09-26 07:28:56
--prefix=/program/mysql 安装路径
--localstatedir=/var/lib/mysql 数据库文件存放路径
--with-comment=Source
--with-server-suffix=-Community
--with-mysqld-user=mysql
--without-debug
--with-big-tables
--with-charset=gbk utf8
--with-collation=gbk_chinese_ci utf8_unicode_ci
--with-extra-charsets=all
--with-pthread
--enable-static
--enable-thread-safe-client
--with-client-ldflags=-all-static
--with-mysqld-ldflags=-all-static
--enable-assembler
--without-innodb
--without-isam
--without-ndb-debug
--with-unix-socket-path=/home/mysql/tmp/mysql.sock
--localstatedir=/var/lib/mysql 数据库文件存放路径
--with-comment=Source
--with-server-suffix=-Community
--with-mysqld-user=mysql
--without-debug
--with-big-tables
--with-charset=gbk utf8
--with-collation=gbk_chinese_ci utf8_unicode_ci
--with-extra-charsets=all
--with-pthread
--enable-static
--enable-thread-safe-client
--with-client-ldflags=-all-static
--with-mysqld-ldflags=-all-static
--enable-assembler
--without-innodb
--without-isam
--without-ndb-debug
--with-unix-socket-path=/home/mysql/tmp/mysql.sock
文章来自:
JavaEye技术网站
引用通告:
查看所有引用 |
我要引用此文章
文章标签:
Linux
configure
相关文章:
上一篇: MySQL分钟数据类型的区别
下一篇: Table 'xxxx' is marked as crashed...
(如果您刚刚提交过留言,但是还没有被显示出来,请点击这里刷新一下: 刷新评论)
发表评论









