Mac配置Mysql
cd ~
先检查文件是否存在
ls .bash_profile
没有的话建立这个文件
touch .bash_profile
vi .bash_profile
PATH=$PATH:/usr/local/mysql/bin
source .bash_profile
cd ~
先检查文件是否存在
ls .bash_profile
没有的话建立这个文件
touch .bash_profile
vi .bash_profile
PATH=$PATH:/usr/local/mysql/bin
source .bash_profile