安装mysql 5.5.14 报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装mysql 5.5.14 报错相关的知识,希望对你有一定的参考价值。

提示cmake nod found
yum install cmake


原因是曾经服务器安装过mysql数据库
Installing MySQL system tables...
101223 14:28:49 [ERROR] ./bin/mysqld: unknown option ‘--skip-locking‘
101223 14:28:49 [ERROR] Aborting
101223 14:28:49 [Note] ./bin/mysqld: Shutdown complete

删除原来的my.cnf配置文件

cd /etc/

rm -rf my.cnf

重新初始化即可

以上是关于安装mysql 5.5.14 报错的主要内容,如果未能解决你的问题,请参考以下文章

MySQL--当mysqldump --single-transaction遇到alter table

[ERROR] Failed to open log

Vue报错:Uncaught TypeError: Cannot assign to read only property 'exports' of object 的解决方法(代码片段

错误记录Flutter 混合开发获取 BinaryMessenger 报错 ( FlutterActivityAndFragmentDelegate.getFlutterEngine() )(代码片段

MySQL 多实例给root用户创建密码

springcloud报错-------关于 hystrix 的异常 FallbackDefinitionException:fallback method wasn't found(代码片段