Loading

centos修改环境变量

vim /etc/profile
在最后,添加:
export PATH="/usr/local/webserver/mysql/bin:$PATH"
保存,退出,然后运行:
source /etc/profile
不报错则成功。image

posted @ 2023-07-13 13:58  Guang'Jun  阅读(30)  评论(0编辑  收藏  举报