Mariadb init script -
i installed mariadb form sources on debian. used init script mysql.server.
i have error when run :
starting mysql
.manager of pid-file quit without updating file. ... failed!
there no mysqld.pid anywhere, there no mysqld executed.
.err file : 110209 17:04:55 mysqld_safe starting mysqld daemon databases /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 mysql.plugin table. please run mysql_upgrade
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: innodb memory heap disabled
innodb: mutexes , rw_locks use gcc atomic builtins
innodb: compressed tables use zlib 1.2.3.4
110209 17:04:55 innodb: highest supported file format 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 pid file /var/run/mysqld/mysqld.pid ended
any idea ?
thanks
actually there debian package work ;-)
Comments
Post a Comment