mysql をmake test すると、以下のエラーで停止したので対処。
(snip) ctype_uca [ skipped ] ctype_ucs [ skipped ] ERROR: /hoge/mysql-test/var/run/master.pid was not created in 400 seconds; Aborting (snip)
--with-extra-charsets付きでconfigure しなおす。
ログを確認すると、なぜエラーになったか記録されている。
$ tail mysql-test/var/log/master.err (snip) Character set 'ucs2' is not a compiled character set and is not specified in the '../sql/share/charsets/Index.xml' file (snip)
![]() | MySQLクイックリファレンス Russel J.T. Dyer 渡邉 了介 ドキュメントシステム オライリージャパン 2005-09 売り上げランキング : 190338 おすすめ平均 ![]() Amazonで詳しく見る by G-Tools |


コメント