MySQL

# 1006 - Can not create database 'blah'. (Errno: 28)

ファイルに書き込めなかったり、ディスクが一杯だと起きるらしい。

for table 'cond_instances' when using LOCK TABLES が出た場合の対処

"for table 'cond_instances' when using LOCK TABLES" が出た場合の対処mysqldump に以下を追加する --skip-add-locks from Can't backup the mysql table with mysqldump. SELECT,LOCK TABL command denied for 'cond_instances' - Server Fault http://se…

MySQL 5.5 で Innodb plugin を使おうとしてハマった件

単に MySQL 5.1 あたりでは、Innodb plugin と言われていたが、MySQL 5.5 からはそれがデフォルト (Innodb 1.1)になったので、設定の必要なし。以上。参考:漢(オトコ)のコンピュータ道: InnoDB Pluginことはじめ。快適ストレージエンジン生活はじまる! http…