DB

ER_WARN_I_S_SKIPPED_TABLE / Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement とは

DB

見慣れないエラーに遭遇したので調べてみた。 https://github.com/mysql/mysql-server/blob/8.0/sql/sql_show.cc#L718 コメントにあるように、特定のテーブルのメタデータロックが競合した場合に発生するエラーのようです。 We are in situation when we hav…

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…