MySQLは何の応答ショーのデータベースを入力していません

私はギャングスターをスプレーしないで、白だった
***

MySQLは何の応答ショーのデータベースを入力していません

Wordの
コマンドでのMySQLの使用を追加することを忘れないでください;ああ

* * *
のLinuxで次のコマンドを入力し
mysql
、端末には、次のテキストを表示します

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.7.26-0ubuntu0.18.04.1 (Ubuntu)

Copyright (c) 2000, 2019, 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>

エントリーshow databases

mysql> show databases
    ->

その理由にされていないdatabasesプラス;
入力しshow databases;、次の結果を確認するには

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| sys                |
+--------------------+
4 rows in set (0.00 sec)

だから、コマンドプラスにMySQLを使用することを忘れないでください;ああ

おすすめ

転載: www.cnblogs.com/sogeisetsu/p/10989960.html