查看别人编译安装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  #查看版本

posted @ 2016-09-19 17:06  cool4ever  阅读(1419)  评论(0编辑  收藏  举报