好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

mysql - 查看数据库

+--------------------+ | Database (test_db) | +--------------------+ | test_db | +--------------------+ 1 row in set (0.03 sec)

 

模糊查询:
mysql> SHOW DATABASES LIKE ‘%test% ‘;
 +--------------------+
| Database (%test%)  |
+--------------------+
| db_test            |
+--------------------+
| db_test_db         |
+--------------------+
| test_db            |
+--------------------+
3 row  in  set (0.03 sec)

 

mysql - 查看数据库

标签:class   str   使用   base   模糊   用户   mys   mysql   指定   

查看更多关于mysql - 查看数据库的详细内容...

  阅读:29次