Home > database >  Mysql creat schema can creat create library database can't create the library
Mysql creat schema can creat create library database can't create the library

Time:10-06

Mysql> The create schema haha;
Query OK, 1 row affected (0.00 SEC)

Mysql> Show the databases;
+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +
| Database |
+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +
| information_schema |
| haha |
| mysql |
| performance_schema |
| test |
+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +
5 rows in the set (0.00 SEC)

Mysql> Creat the database hhaa
- & gt; ;
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 'creat database hhaa' at line 1
Mysql>

CodePudding user response:

Creat the database hhaa instead the create database hhaa;

CodePudding user response:

The create didn't write to, under the less e;
The create database hhaa;

CodePudding user response:

To solve the problem, thank you

CodePudding user response:

Junction post rate: 0%

When you the solutions of the problems please post.
http://topic.csdn.net/u/20090501/15/7548d251-aec2-4975-a9bf-ca09a5551ba5.html
http://topic.csdn.net/u/20100428/09/BC9E0908-F250-42A6-8765-B50A82FE186A.html
http://topic.csdn.net/u/20100626/09/f35a4763-4b59-49c3-8061-d48fdbc29561.html

8, how to give points and knot stick?
http://bbs.csdn.net/help#post_dispose
  • Related