查看别人编译安装mysql的参数

[root@localhost bin]# VISUAL=vim; export VISUAL
[root@localhost bin]# ./mysqlbug
Finding system information for a MySQL bug report
test -x /usr/bin/vim
Using editor /usr/bin/vim
You can change editor by setting the environment variable VISUAL.
If your shell is a bourne shell (sh) do
VISUAL=your_editors_name; export VISUAL
If your shell is a C shell (csh) do
setenv VISUAL your_editors_name
File not changed, no bug report submitted.
The raw bug report exists in /tmp/failed-mysql-bugreport
If you use this remember that the first lines of the report are now a lie..
[root@localhost bin]# mysqladmin -V  #查看版本

原文地址:https://www.cnblogs.com/cool4ever/p/5885862.html