摘要:
linux运行springboot项目,重启后第一次访问非常慢 日志打印 Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [21,543] milliseconds. 有两种解决办法: 阅读全文
摘要:
一、表被破坏 1. 问题报错:table is marked as crashed and should be repaired 2. 解析: 某些不可测的问题造成表的损坏(频繁查询和更新)。进而造成无法读取数据。 3. 处理: check table tbname -- 用来检查出现问题的表的状态 阅读全文