1064-You have an error in your SQL syntax; check the manual that corresponds to
mysql> create database library; Query OK, 1 row affected (0.03 sec) mysql> quit Bye D:\program files\MySQL\bin>mysql –uroot –p <D:\library\lib.sql library Enter password: 出现这个错误:1064-You have an error in your SQL syntax; check the manual that corresponds to your MySQL server 怎么解决啊
最新回答
温茶
2025-06-26 10:40:43
试试 mysql –u root –p library <D:\library\lib.sql
你语法弄错了
追问
试过了,还是同样的错误,
追答
那就是你的 D:\library\lib.sql 文件存在错误,你用 mysql front 或者 phpmyadmin 导入数据库看,会提示你具体错在哪
泪海
2025-06-26 09:07:37
1064-You have an error in your SQL syntax; check the manual that corresponds to your MySQL server 重新安装系统吧`````