mysql编译参数详解(./configure)

 
1.--prefix=PREFIX:指定程序安装路径;

2.--enable-assembler:使用汇编模式;(文档说明:compiling in x86 (and sparc) versions of common string operations, which should result in more performance.  汇编x86的普通操作符,可以提高性能)

3.--enable-local-infile:启用对LOAD DATA LOCAL INFILE语法的支持(默认不支持);

4.--enable-profiling:Build a version with query profiling code (req.community-features)

5.--enable-thread-safe-client:使用编译客户端;(让客户端支持线程的意思)

6.--with-big-tables:启用32位平台对4G大表的支持;

7.--with-charset=CHARSET:指定字符集;

8.--with-collation=:默认collation;

9.--with-extra-charsets=CHARSET,CHARSET,...:指定附加的字符集;

10.--with-fast-mutexes:Compile with fast mutexes

11.--with-readline:

12.--with-ssl:启用SSL的支持;

13.--with-server-suffix=:添加字符串到版本信息;

14.--with-embedded-server:编译embedded-server,构建嵌入式MySQL库;

15.--with-pthread:强制使用pthread类库;

16.--with-mysqld-user=:指定mysqld守护进程的用户;

17.--with-mysqld-ldflags=:静态编译MySQL服务器端;(静态链接提高13%性能)

18.--with-client-ldflags=:静态编译MySQL客户端;(静态链接提高13%性能)

19.--with-plugins=PLUGIN,PLUGIN 等等等(MySQL服务器端支持的存储引擎组件(默认为空),可选值较多:

partition:MySQL Partitioning Support;

daemon_example:This is an example plugin daemon;

ftexample:Simple full-text parser plugin;

archive:Archive Storage Engine;

blackhole:Basic Write-only Read-never tables;

csv:Stores tables in text CSV format,强制安装;

example:Example for Storage Engines for developers;

federated:Connects to tables on remote MySQL servers;

heap:Volatile memory based tables,强制安装;

ibmdb2i:IBM DB2 for i Storage Engine;

innobase:Transactional Tables using InnoDB;

innodb_plugin:Transactional Tables using InnoDB;

myisam:Traditional non-transactional MySQL tables,强制安装;

myisammrg:Merge multiple MySQL tables into one,强制安装;

ndbcluster:High Availability Clustered tables;)

20.--with-plugin-PLUGIN:强制指定的插件链接至MySQL服务器;

21.--with-zlib-dir=:向MySQL提供一个自定义的压缩类库地址;

22.--without-server:仅安装MySQL客户端;

23.--without-query-cache:不要编译查询缓存;

24.--without-geometry:不要编译geometry-related部分;

25.--without-debug:编译为产品版,放弃debugging代码;

26.--without-ndb-debug:禁用special ndb debug特性;

最新文章

  1. CF #305 (Div. 2) C. Mike and Frog(扩展欧几里得&&当然暴力is also no problem)
  2. MyBatis之CRUD
  3. 拼linq 时网上整理的一个类
  4. Android动画效果translate、scale、alpha、rotate详解
  5. [Java] StringBuffer类
  6. csuoj 1335: 高桥和低桥
  7. 求x^0+x^1+x^2+.......x^n mod p; x,n,p<=10^9
  8. JSBinding / Run Samples
  9. java 输入输出项目
  10. struts2 集成 easyui
  11. java(MyEclipse)创建webservice和测试webservice
  12. Linux的文本处理工具浅谈-awk sed grep
  13. EasyTouch5ForSiki学院
  14. 与Recommender System相关的会议及期刊
  15. 【aardio】回车换行符
  16. 跨域 webpack + vue-cil 中 proxyTable 处理跨域
  17. 一篇笔记带你梳理JVM工作原理
  18. android gradle jnilibs
  19. loadrunner压测工具
  20. Golang两种方法实现MD5加密

热门文章

  1. SSL证书是“盾牌“还是”鸡肋“?
  2. struts2——上传文件
  3. 安装pysqlite2
  4. 分享:JAVA各种对象
  5. Eclipse和MyEclipse的区别
  6. [转载]java操作word生成水印
  7. 【ccf 2017/12/4】行车路线(dijkstra变形)
  8. SpringCloud教程 | 第九篇: 服务链路追踪(Spring Cloud Sleuth)
  9. Java基础学习-extends继承(成员变量,局部变量,成员方法)
  10. L138 Cryptocurrency Exchanges at Risk of Manipulation