[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>

 

相关文章:

  • 2021-09-26
  • 2021-06-26
  • 2022-12-23
  • 2022-01-25
  • 2021-05-26
  • 2021-12-26
  • 2021-06-20
猜你喜欢
  • 2021-09-19
  • 2021-12-26
  • 2022-12-23
  • 2021-05-20
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案