In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
Editor to share with you how to solve the problem of bash: mysql: command not found. I hope you will get something after reading this article. Let's discuss it together.
Root@DB-02 ~] # mysql-u root
-bash: mysql: command not found
Reason: this is because the system will look for the command under / usr/bin by default. If the command is not in this directory, of course you can't find it. All we need to do is map a link to the / usr/bin directory, which is equivalent to creating a link file.
First of all, we need to know the full path of the mysql command or mysqladmin command, for example, the path of mysql is: / usr/local/mysql/bin/mysql, we can execute the command like this:
# ln-s / usr/local/mysql/bin/mysql / usr/bin
The following is a supplement:
Under linux, when mysql is running normally, enter the mysql prompt:
Mysql command not found
Don't worry in the case of-bash: mysql: command not found. This is due to the lack of mysql in the / usr/local/bin directory. You only need to set up a soft link to solve the problem:
Map the mysql installation directory, such as MYSQLPATH/bin/mysql, to the / usr/local/bin directory:
# cd / usr/local/bin
# ln-fs / MYSQLPATH/bin/mysql mysql
Other commonly used commands such as mysqladmin, mysqldump and so on can be solved by this method when they are not available.
Note: where MYSQLPATH is the actual installation path of mysql
After reading this article, I believe you have a certain understanding of "how to solve the bash: mysql: command not found problem". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.