
-bash: mysqldbcopy: command not found
即使在之後我也會收到錯誤sudo su-
。
我的MySQL版本是mysql Ver 14.14 Distrib 5.5.25, for Linux (x86_64) using readline 5.1
需要MySQL workbench
用RPM套件安裝嗎?
答案1
在我手邊有一台方便的 CentOS 伺服器上,
yum provides */mysqldbcopy
mysql-utilities-1.3.0-1.el6.noarch : MySQL Utilities
Repo : epel
Matched from:
Filename : /usr/bin/mysqldbcopy
所以(如果尚未安裝)你應該能夠安裝它
yum install mysql-utilities
您可能沒有安裝/啟用 EPEL,但有很多此處問答關於它。