dongqing4774 2017-01-17 01:45
浏览 1587
已采纳

SQL错误(1064):您的SQL语法中有错误; 检查与MySQL服务器版本对应的手册,以获得正确的语法

I have a sql file name live.sql and I want import in my DB in heidiSQL but when I am going import this file, it gives a following error.

SQL Error (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 'þFFvar/www/html/live/databases/012017/live_01_11_2017.sql
' at line 1

How can I fix this error?

enter image description here

  • 写回答

1条回答 默认 最新

  • dongmei5168 2017-01-17 01:55
    关注

    The error means that the sql query is incorrect. Comment out line number 1, by adding 2 dashes (--) at the start of the line.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部