
2020-05-11 11277

2020-05-19 10310

2020-02-14 8903

2020-03-05 7488

2020-08-19 7469
MySQL的疑难杂症查询 -- 1、查询字段中包含非数字的行 SELECT * FROM patient WHERE Id NOT REGEXP '^[0-9]+$'; -- 查询包含
DROP TABLE IF EXISTS `insur_test`; CREATE TABLE `insur_test` ( `id` bigint NOT NULL AUTO_INCREMENT
一、导致“Public Key Retrieval is not allowed”原因 当禁用 SSL/TLS 协议传输后,客户端会使用服务器的公钥进行传输,默认情况下客户端不会主动去找服务器拿公钥,
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