随笔分类 -  数据库

摘要:1.查看数据库连接数 select * from information_schema.processlist where DB='pre_shove_netwin_gxb' 2.获取数据库的数据结构信息 SELECT TABLE_NAME as '表名', column_name AS '列名', 阅读全文
posted @ 2018-03-13 11:34 w~preference 阅读(119) 评论(0) 推荐(0)