linux 运行mysql时-bash: mysql: command not found
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
[root@qidizi bin]# mysql
-bash: mysql: command not found
[root@qidizi bin]# mysqladmin
-bash: mysqladmin: command not found
[root@qidizi bin]# mysqld
-bash: mysqld: command not found
[root@qidizi bin]# MYSQL
-bash: MYSQL: command not found
[root@qidizi bin]# alias mysql=/usr/local/mysql/bin/mysql
[root@qidizi bin]# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
[root@qidizi bin]# mysql -uroot -p
Enter password:
-----
不是很了解linux,也没有配置过linux,
输入mysql命令发现竟然提示不存在.
了解一下才知道,可以定义绝对路径的别名,
同时通过输入alias -p查看,发现原来对方通过别名的方式把mysql 命名成 xxyy_mysql.
我说怎么可能这个命令没用呢,原来这么回事.
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)