HeidiSQLのエラーメッセージ

メモ

Your change did not affect any row!
This can have several causes:
あなたの変化はどんな行にも影響しませんでした!
これはいくつかの原因を持つことができます。

?a) your changes were silently converted by the server. For instance, if you tried to update an unsigned Tinyint filed from its maximum value 255 to a higher value.
a) あなたの変化はサーバによって静かに変換されました。 例えば、あなたが最大からファイルされた未署名のTinyintをアップデートしようとしたなら、より高い値に255を評価します。

b) The server could not find the source row because it was deleted from outside.
b) それが外部から削除されたので、サーバはソース行を見つけることができませんでした。

c) The server could not find the source row because its primary key fields were modified from outside.
c) 主キー分野が外部から変更されたので、サーバはソース行を見つけることができませんでした。

結局なにやってもダメだからいったんエクスポートしてテーブル内のデータクリアして、それから適宜変更したSQL文をインポートするようにしてるけど…aもbもcも具体的になにやりゃいいんじゃ…

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA