为了账号安全,请及时绑定邮箱和手机立即绑定

查看添加数据库的时候报这种错事怎么回事?

ERROR 1064 (42000): 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 'DATABASE t1' at line 1


正在回答

4 回答

兄弟 我的是新建显示的和你一样 怎么解决的啊


0 回复 有任何疑惑可以回复我~

知道是怎么回事了,show databases。

2 回复 有任何疑惑可以回复我~
#1

连宏伟HW

一定要记得一些常规的命令
2016-05-04 回复 有任何疑惑可以回复我~

添加删除都没问题,就是查看的时候报错,

mysql>  create database t1;

Query OK, 1 row affected (0.00 sec)


mysql> show database;

ERROR 1064 (42000): 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 'database' at line 1

mysql> drop database t1;

Query OK, 0 rows affected (0.00 sec)


mysql> 


0 回复 有任何疑惑可以回复我~

粘贴整句的语句。。。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
与MySQL的零距离接触
  • 参与学习       396886    人
  • 解答问题       3353    个

本课程涵盖全部MySQL数据库的基础,学习MySQL数据库的基础知识

进入课程

查看添加数据库的时候报这种错事怎么回事?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信