MySQLで例えばテーブルを作成する時に外部キー制約などが間違ってた場合、error no 150と言われてもさっぱり分からないので、以下のコマンドで詳細をチェック。
>SHOW ENGINE INNODB STATUS
外部キーであれば、テーブル名が存在しないなどと詳しいエラーを教えてくれる。
http://stackoverflow.com/questions/17812616/mysql-error-1005-cant-create-table-errno-150
2014年7月11日金曜日
2014年7月10日木曜日
ELF header smaller than expectedがUbuntuのアップデート後の再起動で出た場合
ELF header smaller than expectedがUbuntuのアップデート後の再起動で出た場合、以下の手順で治します。
http://askubuntu.com/questions/401105/elf-header-smaller-than-expected
- UbuntuのブータブルUSBスティックを作る
- USBスティックからブート
- boot-repairをインストール
- sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
- boot-repairを実行
- sudo apt-get install -y boot-repair && (boot-repair &)
- リブートしてOK
http://askubuntu.com/questions/401105/elf-header-smaller-than-expected
登録:
投稿 (Atom)