SQL 構文にエラーがあります。MySQL サーバーのバージョンに対応するマニュアルで、1 行目の「charset utf8 not null auto_increment index key, toId
int(11) charset utf8 not 」の近くで使用する正しい構文を確認してください。
このエラーは、SQLBuddy インターフェイスを使用してテーブルを作成するときに発生します。
follows:
id (primary key, autoincrement,utf8) - int(11)
toId (utf8) - int(11)
fromId (utf8) - int(11)
質問は:なぜですか?