码迷,mamicode.com
首页 > 数据库 > 详细

查看 MySQL 数据库的编译参数

时间:2019-08-11 00:22:56      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:ase   gre   str   服务   conf   专业   sem   cal   tables   

grep CONFIGURE_LINE /app/mysql/bin/mysqlbug

 

 

提示:还发现很多人先 cat,在 grep,很不专业,应杜绝。

 

 

范例 3:

 

 

[root@VM-001~]# grep CONFIGURE_LINE /app/mysql/bin/mysqlbug

 

 

CONFIGURE_LINE="./configure --prefix=/app/mysql/‘ ‘--enable-assembler‘ ‘--with-e

 

 

xtra-charsets=complex‘ ‘--enable-thread-safe-client‘ ‘--with-big-tables‘ ‘--with-readli

 

 

ne‘ ‘--with-ssl‘ ‘--with-embedded-server‘ ‘--enable-local-infile‘ ‘--with-plugins=partiti

 

on,innobase‘ ‘--with-plugin-PLUGIN‘"

 

`test -n "$CONFIGURE_LINE" && echo "Configure command: $CONFIGURE_LINE"` 提示:/app 为 mysql 服务安装路径

查看 MySQL 数据库的编译参数

标签:ase   gre   str   服务   conf   专业   sem   cal   tables   

原文地址:https://www.cnblogs.com/fanweisheng/p/11333435.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!