2011-02-09 72 views
1

我在Debian上安裝了MAriadb表單源代碼。 我使用了init腳本mysql.server。Mariadb init腳本

我有錯誤時運行:
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

任何想法?

感謝

回答

0

其實有一個Debian軟件包與正常將工作;-)

0

這normaly意味着你剛剛升級到一個新的版本,但該表尚未升級。使用--skip-networking和--skip-grant-tables啓動mysql。然後運行mysql_upgrade。現在停止並重新啓動沒有這些額外選項的MySQL服務器。

相關問題