码迷,mamicode.com
首页 > 数据库 > 详细

mysql故障(找不mysql命令)

时间:2018-03-09 16:17:17      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:put   pre   dmi   mysql   names   other   mysq   命令   usr   

[root@slave support-files]# mysql -uroot -p123
-bash: mysql: command not found

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

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

[root@slave 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命令)

标签:put   pre   dmi   mysql   names   other   mysq   命令   usr   

原文地址:https://www.cnblogs.com/benjamin77/p/8534241.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!