MySQL Trouble
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[MySQL on FreeBSD]]
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*MySQL Trouble [#r655794d]
稼働中のMySQL55のライブラリというかMySQLサーバファイルそ...
55クライアントと55サーバをインストール。
55サーバを起動しようとするとエラーで起動せず。
150917 18:57:52 InnoDB: Completed initialization of buff...
InnoDB: Error: log file ./ib_logfile0 is of different si...
InnoDB: than specified in the .cnf file 0 5242880 bytes!
150917 18:57:52 [ERROR] Plugin 'InnoDB' init function re...
150917 18:57:52 [ERROR] Plugin 'InnoDB' registration as ...
150917 18:57:52 [ERROR] Unknown/unsupported storage engi...
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...
(;-・。・-;)
http://absg.hatenablog.com/entry/2014/08/12/160716
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
[[MySQL on FreeBSD]]
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*MySQL Trouble [#r655794d]
稼働中のMySQL55のライブラリというかMySQLサーバファイルそ...
55クライアントと55サーバをインストール。
55サーバを起動しようとするとエラーで起動せず。
150917 18:57:52 InnoDB: Completed initialization of buff...
InnoDB: Error: log file ./ib_logfile0 is of different si...
InnoDB: than specified in the .cnf file 0 5242880 bytes!
150917 18:57:52 [ERROR] Plugin 'InnoDB' init function re...
150917 18:57:52 [ERROR] Plugin 'InnoDB' registration as ...
150917 18:57:52 [ERROR] Unknown/unsupported storage engi...
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...
(;-・。・-;)
http://absg.hatenablog.com/entry/2014/08/12/160716
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: