摘要:
1、查看每个oracle帐户的连接总数 Sql代码 select username,count(username) from v$session where username is not null group by username 2、缺省从 v$session 中不能直接获得客户端 IP,可以 阅读全文
摘要:
原文:https://url.cn/5psTHf7 Windows服务 -- 启动MySQL net start mysql -- 创建Windows服务 sc create mysql binPath= mysqld_bin_path(注意:等号与值之间有空格) 连接与断开服务器 mysql -h 阅读全文