zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

mysql故障(找不mysql命令)

mysql命令 故障
2023-09-14 09:07:48 时间

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