解决ERROR 1064 (42000)_ You have an error in your SQL syntax
2021-05-29
解决报错: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 '-domain' at line 1
这是一个我在写pymysql的时候出现的报错
网上有关解码、字符集的问题说了很多,我来说说我这个离谱的问题……
就是说
…………
数据库名称不能包含中划线 -
(我是个新手 而且创建数据库的时候用的是图形化工具所以不知道)
同理的话表包含中划线应该也是不行的