insert into score1
(id,title,name,content)
values
(1,'试试','张三','张三亮了')
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 '(1,'试试','张三','张三亮了')' at line 4
是不是id是唯一键,然后这个重复了