mysql 5.7.21 CMake Error: The source directory "/data/server/mysql" does not appear to contain CMak

大飛_dafei發表於2018-03-28

MySQL版本問題

安裝裝 mysql 5.7.21 報錯:

root@ubuntu:/data/server/mysql# cmake .
CMake Error: The source directory "/data/server/mysql" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
root@ubuntu:/data/server/mysql#


出現這個錯誤的原因還有一個是,一定要在 下載 mysql 解壓後的目錄中執行 cmake

解決方法:在 MySQL官網 選擇 Select Operating System: 的時候選擇 Source Code ,如圖


相關文章