博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
查看mysql编译参数
阅读量:6405 次
发布时间:2019-06-23

本文共 2424 字,大约阅读时间需要 8 分钟。

  hot3.png

查看mysql编译参数:

cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE

CONFIGURE_LINE="./configure  '--prefix=/usr/local/mysql' '--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin' '--with-comment=MySQL Cluster Server (GPL)' '--with-server-suffix=-cluster-gpl' '--enable-thread-safe-client' '--enable-local-infile' '--with-pic' '--with-fast-mutexes' '--with-client-ldflags=-static' '--with-mysqld-ldflags=-static' '--with-zlib-dir=bundled' '--with-big-tables' '--with-libevent' '--with-ssl' '--with-readline' '--with-embedded-server' '--with-partition' '--with-perfschema' '--with-innodb' '--with-falcon' '--with-ndbcluster' '--with-archive-storage-engine' '--with-blackhole-storage-engine' '--with-csv-storage-engine' '--without-example-storage-engine' '--with-federated-storage-engine' '--with-extra-charsets=all' '--with-classpath=/export/home/my/cluster-jars/junit-dep-4.8.1.jar:/export/home/my/cluster-jars/junit-4.8.1.jar:/export/home/my/cluster-jars/mysql-connector-java-5.1.12/mysql-connector-java-5.1.12-bin.jar:/export/home/my/cluster-jars/mysql-connector-java-5.1.12/src/lib/ant-contrib.jar:/export/home/my/cluster-jars/mysql-connector-java-5.1.12/src/lib/jboss-common-jdbc-wrapper.jar:/export/home/my/cluster-jars/mysql-connector-java-5.1.12/src/lib/junit-3.8.2.jar:/export/home/my/cluster-jars/mysql-connector-java-5.1.12/src/lib/commons-logging.jar:/export/home/my/cluster-jars/mysql-connector-java-5.1.12/src/lib/log4j-1.2.9.jar:/export/home/my/cluster-jars/mysql-connector-java-5.1.12/src/lib/c3p0-0.9.1-pre6.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/openjpa-1.2.2.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/lib/geronimo-jta_1.1_spec-1.1.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/lib/serp-1.13.1.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/lib/commons-pool-1.3.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/lib/derby-10.2.2.0.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/lib/geronimo-jpa_3.0_spec-1.0.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/lib/commons-collections-3.2.jar:/export/home/my/cluster-jars/apache-openjpa-1.2.2/lib/commons-lang-2.1.jar' 'CC=ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc' 'CFLAGS=-g -O3' 'CXX=ccache /usr/local/gcc-4.3.2/bin/gcc -static-libgcc' 'CXXFLAGS=-g -O3'"

`test -n "$CONFIGURE_LINE"  && echo "Configure command: $CONFIGURE_LINE"`

转载于:https://my.oschina.net/nord/blog/98763

你可能感兴趣的文章
ASA防火墙IPSEC
查看>>
djangostart01
查看>>
Ubuntu 12.04无法关机、重启解决办法
查看>>
Tomcat的四种基于HTTP协议的Connector性能比较
查看>>
【后缀数组】
查看>>
图片缩放裁剪
查看>>
jquery ajax 回调函数的值alert出来[object Object] 解决方法
查看>>
JQuery选择器总结
查看>>
MySQL安装详解(V5.5 For Windows)
查看>>
Android单例模式
查看>>
Log4php 使用心得
查看>>
十三香_百度百科
查看>>
paip.网页右键复制菜单限制解除解决方案
查看>>
string.Format 格式化时间,货币
查看>>
Kerberos和NTLM - SQL Server
查看>>
记github上搭建独立域名的免费博客的方法过程
查看>>
Web设计之网页布局CSS技巧
查看>>
iOS key value coding kvc在接收json数据与 model封装中的使用
查看>>
Android 滑动效果入门篇(二)—— Gallery
查看>>
Revit二次开发示例:DesignOptions
查看>>