mysql备份sql数据库server
我昨天看了看数据库备份,也成功地自动备份出来了,但是备份出来的是.frm文件,直接导入数据库的话,会报错,说是我第一行有错误,和关键字冲突
query:
?
error occured at:2015-08-10 10:17:42
line no.:4110
error code: 1064 - 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 '?
' at line 1
以上是报错的内容,各位大侠,有人能帮帮忙么?