您当前的位置:首页 > 后端技术 > PHP
帝国数据恢复报错You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
发布时间:2016-08-17 09:09:09 来源:技术博客编辑:小黑 浏览量:
帝国数据恢复是报错:
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 '(m-d)\\''\x0D\x0A \x0D\x0A \x0' at line 1
replace into `ltly_enewsbq` values('1','文字调用标签','
如下图:
出现这种错误,多数情况下是php版本不同,或php版本过高备份方法不正确,或mysql版本不正确
解决方法:
高版本的php,在备份的时候选择十六进制进行备份。