摘要:select * from system_organization where id = 1 union all select * from system_organization where id in ( select t3.id from ( select t1.id, if(find_in_
阅读全文
摘要:操作系统:centos7 mysql版本: mysql-8.0.16-el7-x86_64.tar.gz 配置文件: my.cnf Mysql 8.0.5 提示 consider upgrading MySQL client 解决方法 USE mysql; ALTER USER 'root'@'lo
阅读全文
摘要://查看mysql连接进程列表show full processlist;//查看连接数show variables like '%max_connections%';show global status like 'Max_used_connections'; //查看进程休息多少秒后清除连接sh
阅读全文