摘要:
select count(a) as acount, toStartOfInterval(timestamp, INTERVAL 1440 minute) as c_time from `fill_test` where b = 'hello' and timestamp >= '2022-01-0 阅读全文
摘要:
is not allowed to connect to this mysql server问题 问题主要反映的是访问当前MySQL,有些Ip的权限不够导致。 解决途径: 登录MySQL mysql -u root -p xxx 进入系统mysql的database use mysql; 查看roo 阅读全文
摘要:
并发事务死锁问题排查 业务系统上线后,服务日志报错: Jul 20 15:10:30 xxx: {"level":"error","error":"Error 1213: Deadlock found when trying to get lock; try restarting transacti 阅读全文