我在CentOS上遇到了麻烦.我遇到了一些问题并备份了我的数据库并删除了所有依赖项的mysql.之后我跑了重新安装:
yum groupinstall "MySQL Database"
Run Code Online (Sandbox Code Playgroud)
安装没有错误.
运行mysql守护进程:
service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
Run Code Online (Sandbox Code Playgroud)
我也跑了
# /usr/bin/mysql_install_db --user=mysql
Installing MySQL system tables...
120112 1:49:44 [ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 480 error messages,
but it should contain at least 481 error messages.
Check that the above file is the right version for this program!
120112 1:49:44 [ERROR] Aborting
Installation of system tables failed!
Examine the logs in /var/lib/mysql for more information.
You …Run Code Online (Sandbox Code Playgroud)