PHP 呼び出しを機能させることができませんでした。コマンドプロンプトからコマンドを実行してみることにしました。
これが私が試したことと返されたものです:
mysql> -u setlist -p music -D setlist
-> INSERT INTO main (name, orderno, midi)VALUES ("second", "third", "fourth");
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-u setlist -p music -D setlist
INSERT INTO main (name, orderno, midi)VALUES ("se' at line 1
考えられるすべての引用符の組み合わせを試しました。私の問題が何であるかについて誰か提案がありますか?