会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
iullor
首页
新随笔
订阅
管理
2021年9月22日
通过SQL语句 获取 MySQL信息
摘要: mysql 获取数据库的信息步骤 1,可以执行下面SQL 获取 数据库相关的信息 获取到的是数据库中表的名称以及备注 select table_name,table_comment from information_schema.tables where table_schema = databas
阅读全文
posted @ 2021-09-22 14:00 iullor
阅读(539)
评论(0)
推荐(0)
编辑