开发者

mysql command line help (windows)

i'm trying to do some practices on command line..

mysql command line help (windows)

a开发者_JS百科s you see in the pic the command is not triggering. i'm pressing Enter. (as described in practicing book)


End a command with a semicolon ;

CREATE DATABASE deneme;

As long as it keeps printing the -> prompt on new lines, it is expecting the ; terminator.


Use ; as stated.

This is a good example of why it is good practice to always end your SQL statements with a semicolon. It's a good habit to get into.


just type

;

at the end of the line :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜