mysql故障(找不mysql命令)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql故障(找不mysql命令)相关的知识,希望对你有一定的参考价值。

[[email protected] support-files]# mysql -uroot -p123
-bash: mysql: command not found

#我的mysql编译安装指定的路径是--basedir=/usr/local/mysql
[[email protected] support-files]# ln -fs /usr/local/mysql/bin/mysql /usr/local/bin/

#还有其它常用命令mysqladmin、mysqldump等不可用时候都可按用此方法解决。

[[email protected] support-files]# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.6.16 Source distribution

Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

mysql>

 

以上是关于mysql故障(找不mysql命令)的主要内容,如果未能解决你的问题,请参考以下文章

如何看mysql版本

MySQL系列:kafka停止命令

mysql健康检查常见故障

nodejs连接mysql报错Error: ER_BAD_DB_ERROR: Unknown database 'book',菜鸟找不出原因?

mysql 在win7下无法用控制台登录

部分代码片段