Mac配置Mysql

cd ~

先检查文件是否存在

ls .bash_profile

没有的话建立这个文件

touch .bash_profile

vi .bash_profile

PATH=$PATH:/usr/local/mysql/bin

source .bash_profile

posted @ 2022-06-16 07:57  kylinGG  阅读(30)  评论(0)    收藏  举报