fatal error: could not find
./bin/my_print_defaults
if you compiled from source, you need to run 'make install' to
copy the software into the correct location ready for operation.
if you are using a binary release, you must either be at the top
level of the extracted archive, or pass the --basedir option
pointing to that location.
另外有乙個問題,有點相似,當我在apache主機上使用mysql 5.5.54 二進位製包時,在 /bin/sh mysql_install_db時同樣出現這個問題,唯獨是沒有./bin
後來檢視了一下mysql.server的**,發現二進位製包的 --basedir 應該直接寫安裝包目錄(因為本身就是安裝好的),也可以不寫,因為--basedir只有在編譯安裝時才會用到
fatal error: could not find
my_print_defaults
mysql5 5 32常用基礎的命令
啟動命令 etc init.d mysqld start 檢視mysql埠 ss lnt grep 3306 檢視mysql埠 ps ef grep mysql grep v grep mysqld safe user mysql 關閉命令 etc init.d mysqld stop或者mysql...
mysql多例項命令 mysql多例項安裝
1 編輯my.cnf檔案增加相關引數如下 mysqld multi user root pass 123 mysqld usr local mysql bin mysqld safe mysqladmin usr local mysql bin mysqladmin log usr local my...
mysql啟動多例項 MySQL多例項啟動
一台伺服器安裝mysql,用於測試。同時會用於nextcloud和wordpress的資料庫。nextcloud和wordpress要經常備份,而且以後可能會遷移。所以隔離不同情景的資料,用多例項啟動。便於管理,和提高效能。首先初始化要用到的資料庫 mysqld initialize insecur...