1

我在 debian 上安装了 MAriadb 表单源。我使用了初始化脚本mysql.server。

运行时出现该错误:
Starting MySQL
.Manager of pid-file quit without updating file. ... failed!

任何地方都没有mysqld.pid,也没有执行mysqld。

.err 文件: 110209 17:04:55 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
110209 17:04:55 [ERROR] Can't find messagefile '/usr/share/mysql/english/errmsg.sys'
110209 17:04:55 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to
create it.
110209 17:04:55 [Note] PrimeBase XT (PBXT) Engine 1.0.11-7 Pre-GA loaded...
110209 17:04:55 [Note] Paul McCullagh, PrimeBase Technologies GmbH,
http://www.primebase.org
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use GCC atomic builtins
InnoDB: Compressed tables use zlib 1.2.3.4
110209 17:04:55 InnoDB: highest supported file format is Barracuda.
110209 17:04:55 Percona XtraDB (http://www.percona.com) 1.0.13-11.6 started; log sequence number 45356
110209 17:04:55 [ERROR] Aborting

110209 17:04:55 InnoDB: Starting shutdown...
110209 17:04:55 InnoDB: Shutdown completed; log sequence number 45356
110209 17:04:55 [Note] PrimeBase XT Engine shutdown...
110209 17:04:55 [Note]
110209 17:04:55 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

任何想法 ?

谢谢

4

2 回答 2

0

实际上有一个 debian 包通常可以工作;-)

于 2011-08-05T03:59:33.243 回答
0

这通常意味着您刚刚升级到新版本,但表尚未升级。使用 --skip-networking 和 --skip-grant-tables 启动 mysql。然后运行 ​​mysql_upgrade。现在停止并重新启动没有这些额外选项的 mysql 服务器。

于 2011-08-09T22:16:50.687 回答