您的位置:首页 > 数据库 > MySQL

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

2016-09-19 17:06 302 查看
[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 #查看版本
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: