用户登录
用户注册

分享至

linux安装MySQL 5.0.27数据库报错的解决

  • 作者: 楼上老王
  • 来源: 51数据库
  • 2020-08-08

安装:MySQL 5.0.27

执行:/usr/local/mysql/scripts/mysql_install_db --user=mysql

提示:

[ERROR] ./bin/mysqld: unknown variable 'table_open_cache=64'

Installation of system tables failed!

解决:

cd /ect
vim my.cnt
# table_open_cache=64(即:注释掉此行)

后又提示:

120831 13:55:12 [ERROR] ./bin/mysqld: unknown variable 'binlog_format=mixed'

Installation of system tables failed!

 

解决:

cd /ect
vim my.cnt
#binlog_format=mixed(即:注释掉此行)



软件
前端设计
程序设计
Java相关