mysql建立数据库报错You have an error in your SQL syntax; check the manual that corresponds to your MySQL se

在使用xshell远程连接我的服务器时想创建一个数据库

结果执行不对,sql语句如下

mysql> create database 'wechatmall';

结果出现mysql报错,这个提示很明显是sql语句有问题

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 ''wechatmall'' at line 1

之前用eclipse建数据库的时候都是

create database 数据库名

在命令环境下会报错。注意 我的第一条执行建表语句的符号为英文状态下的单引号

解决方法

正确的应该为英文状态下的 ` 这个符号在tab键的上方

细节注定成败啊,昨晚做了噩梦..

点赞