Jquery中文网 www.jquerycn.cn
Jquery中文网 >  数据库  >  mysql  >  正文 查看已安装的mysql编译参数的方法

查看已安装的mysql编译参数的方法

发布时间:2015-09-21   编辑:www.jquerycn.cn
查看已安装的mysql编译参数的方法

查看已安装的mysql编译参数的方法:
 

复制代码 代码如下:
# cat /usr/local/mysql/bin/mysqlbug|grep configure
# This is set by configure
CONFIGURE_LINE="./configure '--prefix=/usr/local/mysql' '--localstatedir=/var/lib/mysql' '--with-comment=Source' '--with-server-suffix=-Linuxtone' '--with-mysqld-user=mysql' '--without-debug' '--with-big-tables' '--with-charset=utf8' '--with-collation=utf8_chinese_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-isam' '--without-innodb' '--without-ndb-debug'"

您可能感兴趣的文章:
查看已安装的mysql编译参数的方法
MySQL5.7 的编译安装的完整教程
Ubuntu 11.10安装MySQL 5.5.x版本
linux下mysql 5.5.8 源码编译安装
CentOS 6.2 源码安装MySQL5.5.11
mysql安装后添加gbk字符集的方法
Linux Apache Mysql PHP典型配置
CentOS6.2下安装与配置Mysql5.5
mysql数据库安装教程(rpm方式)
查看mysql编码方式 mysql数据库编码查看方法

[关闭]