i connecting ubuntu server through mysql-workbench, when want view option file, getting 1 error
lc_al=c cat /etc/mysql/my.cnf fish: unknown command “lc_al” did mean set $lc_all c”? information on assigning values variables, see section on set command ...
i wondering how lc_all not available, spent lot of time , tried locale
options until understand 1 of colleague installed fish shell on system.
the command workbench trying run becoming invalid since variables in fish need start env
.
if type bash
in fish , type command workbench trying run, fine
i tried change login behavior of workbench couldn't find thing in website configuration file.
the configurable part in workbench mysql.profiles's xml has nothing useful this.
do have solution other disable fish default shell?
i think have fish default shell.
i highly recommend change bash. open terminal , copy this:
chsh -s /bin/bash
optionally remove fish:
rm -rf /usr/local/etc/fish /usr/local/share/fish ~/.config/fish
rm /usr/local/share/man/man1/fish*.1
cd /usr/local/bin
rm -f fish mimedb fish_pager fishd fish_indent
from fish page: link
Comments
Post a Comment