mysqldump: command not found
Posted 彼扬
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysqldump: command not found相关的知识,希望对你有一定的参考价值。
原因:这是由于系统默认会查找/usr/bin下的命令,如果这个命令不在这个目录下,当然会找不到命令,我们需要做的就是映射一个链接到/usr/bin目录下,相当于建立一个链接文件。
首先得知道mysql命令或mysqladmin命令的完整路径,比如mysql的路径是:/usr/local/mysql/bin/mysql,我们则可以这样执行命令:
# ln -s /usr/local/mysql/bin/mysql /usr/bin
# ln -s /usr/local/mysql/bin/mysqldump /usr/bin
# ln -s /usr/local/mysql/bin/mysqladmin /usr/bin
以上是关于mysqldump: command not found的主要内容,如果未能解决你的问题,请参考以下文章
带有 exec.Command 的 mysqldump 导致 1045 错误,但在终端上工作正常
mysqldump备份报Binlogging on server not active的解决
MysqL5.7在使用mysqldump命令备份数据库报错:mysqldump: [Warning] Using a password on the command line interface ca
mysqldump提示Warning: Using a password on the command line interface can be insecure.
mysql 备份报错mysqldump: [Warning] Using a password on the command line interface can be insecure.
成功解决 运行报错信息:Error running xxx项目: Command line is too long. Shorten command line for xxx项目 or also fo