天天看點

mysql exit quit_MySQL資料庫5.5基礎 exit quit \q 退出MySQL資料庫

本文主要向大家介紹了MySQL資料庫5.5基礎 exit quit \q 退出MySQL資料庫 ,通過具體的内容向大家展現,希望對大家學習MySQL資料庫有所幫助。

資料、資料,命根就在資料。操作資料庫一定要謹慎小心。給最苦 這裡的代碼,看看就好,要有自己的判斷。遇到抉擇,要不恥上下問。

mysql:5.5

os:Windows7 x64

exit

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 1

Server version: 5.5.27 MySQL Community Server (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

mysql> exit;

Bye

quit

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 3

Server version: 5.5.27 MySQL Community Server (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

mysql> quit;

Bye

\q

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 4

Server version: 5.5.27 MySQL Community Server (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

mysql> \q

Bye

F:\wamp\mysql\bin>

本文由職坐标整理并釋出,希望對同學們學習MySQL有所幫助,更多内容請關注職坐标資料庫MySQL資料庫頻道!