摘要:
pager less ; show processlist; 找出时间最长的业务线程id或者个人账号连接线程id截图保留信息 kill掉占用锁的线程idnopager; ##################### 第二种方法: select * from INNODB_TRX\G 找到trx_mys 阅读全文
摘要:
ifconfig eth0 mtu 1454ifconfig bond0 mtu 1454 阅读全文
摘要:
https://blog.csdn.net/weixin_41004350/article/details/79986309 /etc/tinyproxy/tinyproxy.conf Port 8888 #Allow 127.0.0.1 MaxClients 100MinSpareServers 阅读全文
摘要:
mysqldump 没加--skip-tz-utc 导出数据timestamp类型差8小时间 阅读全文
摘要:
如下SQL语句所示,分别将库dbsdq、tt2表、tt2表中的c2列修改为utf8mb4字符集。 alter database dbsdq character set utf8mb4 collate utf8mb4_unicode_ci; use dbsdq; alter table tt2 con 阅读全文
摘要:
Last_Error: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can che 阅读全文
摘要:
1、非知之艰,行之维艰。 2、庄严威厉,使人望若神明。 3、进德、修业。德业并增,则家私日起。 4、男虽终身在礼部衙门,为国家办照例之事,不苟不懈,尽就条理,亦所深愿也。 5、凡遇牢騷欲发之时,则反躬自思,吾果有何不足,而蓄此不平之气,猛然内省,决然去之。 6、处兹大乱未平之际,惟当藏身匿变,不可稍 阅读全文
摘要:
InnoDB: Doing recovery: scanned up to log sequence number 224366115328InnoDB: Doing recovery: scanned up to log sequence number 224371358208InnoDB: Do 阅读全文
摘要:
https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe 点击,一定勾选环境变量 安装在用的AppData下,可能是隐藏文件。 cmd验证python登录 ###################################### 阅读全文
摘要:
Prepared_stmt_count 可以临时设置大点解决,但是会占用多的内存 查看监控项,找这个值突增的时间段,对业务没有影响的时候开通用日志。 协助研发找到sql语句,解决bug。 此次问题是由于研发升级架构导致。 阅读全文