2022年4月8日

gdb调试mydumper排查警告信息根因

摘要: ####问题背景: 在使用 mydumepr 0.9.5 版本备份云上数据库时,偶尔会有告警信息,几乎都是 sys 库的,其实也没有备份这个库,不知道为什么会去检测 sys 库,并且还有告警信息。 ** (mydumper:19312): WARNING **: Broken table detec 阅读全文

posted @ 2022-04-08 17:02 柴米油盐酱醋 阅读(412) 评论(0) 推荐(0)

c语言连接mysql数据库

摘要: 示例代码: #include <stdio.h> #include <stdlib.h> #include <mysql.h> int main (int argc, char *argv[]) { int res; MYSQL_RES *result; int numFields = 0; int 阅读全文

posted @ 2022-04-08 15:32 柴米油盐酱醋 阅读(689) 评论(0) 推荐(0)

导航