随笔分类 -  MySQL

MySQL binlog命令
摘要:mysqlbinlog --base64-output=DECODE-ROWS -v mysql-bin.000001 命令 模式(以正常语句显示) binlog文件 阅读全文

posted @ 2018-03-20 18:54 实心大白菜 阅读(221) 评论(0) 推荐(0)

mysql分表技术
摘要:注意:确认分表均需使用MyISAM引擎 阅读全文

posted @ 2017-04-14 18:12 实心大白菜 阅读(128) 评论(0) 推荐(0)

MySQL判断字段是否存在
摘要:1 SELECT * FROM information_schema.columns WHERE table_schema='C17212451' AND table_name = 'cinema_guide_appeal_detail' AND column_name = 'suggest_instruction_content' 阅读全文

posted @ 2017-04-07 14:32 实心大白菜 阅读(510) 评论(0) 推荐(0)

导航