当前位置:Gxlcms > 数据库问题 > mysql - 查看数据库

mysql - 查看数据库

时间:2021-07-01 10:21:17 帮助过:10人阅读

+--------------------+ | 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   指定   

    人气教程排行