【Mysql】ERROR 1503 (HY000): A PRIMARY KEY must include all columns in the table’s partitioning function エラーの解決
Mysql ERROR 1503 (HY000): A PRIMARY KEY must include all columns in the table's partitioning function
エラーの解決メモ
原因
パーティショニングを行う列はプライマリキーに含めていないため。
解決方法
パーティショニングを行う列をプライマリキーのものに変更する。
もしくはパーティショニングを行う列をプライマリキーに含めることで対応可能です。