2017-10-01から1ヶ月間の記事一覧

pt-online-schema-changeでrebuild_constraint時に"child_table has no foreign key constraints referencing _parent_table_old"という警告が出る

DB

事象 pt-online-schema-change 3.0 でALTER対象のテーブルを参照する外部キーが2つ以上ある子テーブルについて、--alter-foreign-keys-method=rebuild_constraintで外部キーの紐付けを直そうとすると、2つ目以降の外部キーに対して表題の警告が出る。 原因 …

The server quit without updating PID fileというエラーが出て、ローカルmysqlサーバが起動しない

DB

qiita.com この記事などにあるように、/usr/local/var/mysql以下をchownしたものの、同じエラーが出続けていました。 $ sudo chown -R mnmandahalf /usr/local/var/mysql/ Password: $ mysql.server start Starting MySQL ... ERROR! The server quit withou…