我一直无法让 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
我已经尝试了所有我能想到的报价组合。有人对我的问题有什么建议吗?