mysql 5.7.21 CMake Error: The source directory "/data/server/mysql" does not appear to contain CMak
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 ,如图