Mac下使用mysql - mysql数据库栏目 - 红黑联盟
2015年4月23日 - chenhong:~ chenhong$ mysql -bash: mysql: command not found chenhong:~ chenhong$ alias mysql=/usr/local/mysql/bin/mysql chenhong:~ chenhong$ ...
mac系统mysql配置环境变量_百度经验
2015年4月21日 - mac初次安装mysql,输入mysql -u root -p会出现:zsh: command not found: ... 输入:source .bash_profile 回车执行,运行环境变量。 6 再输入mysql,即...