• 2021-12-28
mysql 怎么查询库名

mysql查询库名的方法:1、使用“show databases;”语句查询库名;2、用status语句查询,语句如“currrent database:***”,其中***就是当前所在的数据库名称。...

11