运维网's Archiver
论坛
›
MySQL运维
› 安装完mysql,登入时报错-bash: mysql: command not found
7564321
发表于 2016-12-19 12:45:01
安装完mysql,登入时报错-bash: mysql: command not found
解决办法配置环境变量
# vi /etc/profile
PATH="/application/mysql/bin/:$PATH" 在最下方添加上
# source /etc/profile 生效命令 再输入命令就可以了
页:
[1]
查看完整版本:
安装完mysql,登入时报错-bash: mysql: command not found