mysql - Mysqlbug: Could not find a text editor. (tried emacs) -
i want check configurations mysql configured. found mysqlbug can retrieve info, i'm getting following error:
mysqlbug finding system information mysql bug report test -x not find text editor. (tried emacs) can change editor setting environment variable visual. if shell bourne shell (sh) visual=your_editors_name; export visual if shell c shell (csh) setenv visual your_editors_name
this means can choose use editor whichever want vim, nano etc instead of emacs exporting environment variable.
just export visual environment variable. example usage:
export visual=vim
Comments
Post a Comment