<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MySQL on 凌虚 Blog</title><link>https://rifewang.github.io/tags/mysql/</link><description>Recent content in MySQL on 凌虚 Blog</description><generator>Hugo</generator><language>zh-CN</language><copyright>Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)</copyright><lastBuildDate>Tue, 29 Oct 2024 17:13:25 +0800</lastBuildDate><atom:link href="https://rifewang.github.io/tags/mysql/index.xml" rel="self" type="application/rss+xml"/><item><title>解读 MySQL Client/Server Protocol: Connection &amp; Replication</title><link>https://rifewang.github.io/protocol-connectionreplication/</link><pubDate>Sun, 20 Dec 2020 00:00:00 +0800</pubDate><guid>https://rifewang.github.io/protocol-connectionreplication/</guid><description>&lt;h1 id="解读-mysql-clientserver-protocol-connection--replication"&gt;解读 MySQL Client/Server Protocol: Connection &amp;amp; Replication&lt;/h1&gt;
&lt;p&gt;MySQL 客户端与服务器之间的通信基于特定的 TCP 协议，本文将会详解其中的 Connection 和 Replication 部分，这两个部分分别对应的是客户端与服务器建立连接、完成认证鉴权，以及客户端注册成为一个 slave 并获取 master 的 binlog 日志。&lt;/p&gt;</description></item><item><title>同步 MySQL 数据至 Elasticsearch/Redis/MQ 等的五种方式</title><link>https://rifewang.github.io/sync-data-from-mysql/</link><pubDate>Mon, 30 Nov 2020 00:00:00 +0800</pubDate><guid>https://rifewang.github.io/sync-data-from-mysql/</guid><description>&lt;h1 id="同步-mysql-数据至-elasticsearchredismq-等的五种方式"&gt;同步 MySQL 数据至 Elasticsearch/Redis/MQ 等的五种方式&lt;/h1&gt;
&lt;p&gt;在实际应用中，我们经常需要把 MySQL 的数据同步至其它数据源，也就是在对 MySQL 的数据进行了新增、修改、删除等操作后，把该数据相关的业务逻辑变更也应用到其它数据源，例如：&lt;/p&gt;</description></item></channel></rss>