[[MySQL on FreeBSD]]
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*MySQL Trouble [#r655794d]
稼働中のMySQL55のライブラリというかMySQLサーバファイルそのものを誤って消してしまいました。
55クライアントと55サーバをインストール。
55サーバを起動しようとするとエラーで起動せず。
150917 18:57:52 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 0 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
150917 18:57:52 [ERROR] Plugin 'InnoDB' init function returned error.
150917 18:57:52 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
150917 18:57:52 [ERROR] Unknown/unsupported storage engine: InnoDB
150917 18:57:52 [ERROR] Aborting
あれこれやったけど、結局は、
ib_logfile0 と ib_logfile1
の両方をを削除することで起動できた。
# mysql_upgrade -u root -p
Enter password:
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
This installation of MySQL is already upgraded to 5.5.44, use --force if you still need to run mysql_upgrade
(;-・。・-;)
http://absg.hatenablog.com/entry/2014/08/12/160716
----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);