Centos7 lnmp升级MySQL8.0.17失败
内存2G 未做虚拟内存调整 初始状态安装了cmake3 并做了镜像替换cmake2文件
通过scl安装了gcc8
升级MySQL8.0.17失败 附上日志
怀疑内存不够 好像还有其他问题
请指教!
[ 92%] Linking CXX executable ../runtime_output_directory/mysqld
collect2: fatal error: ld terminated with signal 9
compilation terminated.
make: *** Error 1
make: *** Deleting file `runtime_output_directory/mysqld'
make: *** Error 2
内存是阻碍安装mysql 8.0的大老虎之一 licess 发表于 2019-8-8 19:33
[ 92%] Linking CXX executable ../runtime_output_directory/mysqld
collect2: fatal error: ld terminate ...
能否提供一下解决方法?
另MySQL5.7.27相比最新的8.0.17推荐装哪个?
5.7.27需要的内存小一些?
多谢 rfcc1001 发表于 2019-8-8 20:33
能否提供一下解决方法?
另MySQL5.7.27相比最新的8.0.17推荐装哪个?
5.7.27需要的内存小一些?
mysql 5.7内存要求虽比mysql 8.0 小,但是需要的内存量也是比较大的
2GB内存以下的话建议mysql 5.6 licess 发表于 2019-8-9 08:47
mysql 5.7内存要求虽比mysql 8.0 小,但是需要的内存量也是比较大的
2GB内存以下的话建议mysql 5.6 ...
好的 多谢
页:
[1]