
2020-05-11 12024

2020-05-19 11683

2020-02-14 9706

2020-08-19 8394

2020-03-05 8150
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
一、下载镜像 docker pull mysql:latest 二、创建目录 mkdir -p /data/middleware/mysql8/{data,logs,conf} 三、拷贝配置 # 创建
查询正在执行的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