
2020-05-11 11277

2020-05-19 10310

2020-02-14 8903

2020-03-05 7488

2020-08-19 7469
1、表结构 CREATE TABLE `sys_user_group` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
1、查看最大连接数 show variables like '%max_connections%'; 2、设置最大链接数 set GLOBAL max_connections = 30
查询正在执行的SQL select * from information_schema.`PROCESSLIST` where info is not null 或则 show full proc
前提:mysql版本 8.0.25 1、表如下 CREATE TABLE `app_tag` ( `pkg` varchar(128) CHARACTER SET utf8 COLLATE utf
注意:如果出现如下错误 The slave I/O thread stops because master and slave have equal MySQL server UUIDs; 请确认一下