# mysql-x-client **Repository Path**: bstsensor/mysql-x-client ## Basic Information - **Project Name**: mysql-x-client - **Description**: mysql - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-24 - **Last Updated**: 2023-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mysql-x-client # ## 模块说明 ## 1. **core** 主要实现与MySQL server进行基本通讯,包括一些权限认证,查询和更新一类的功能。 1. **binlog** 在core的基础上实现binlog同步 ## 说明 ## 代码仅是学习MySQL通讯协议的产物 参考地址:[https://dev.mysql.com/doc/internals/en/client-server-protocol.html](https://dev.mysql.com/doc/internals/en/client-server-protocol.html "官方文档") [http://hutaow.com/blog/2013/11/06/mysql-protocol-analysis/](http://hutaow.com/blog/2013/11/06/mysql-protocol-analysis/ "相关博文") [https://gohalo.me/post/mysql-protocol.html](https://gohalo.me/post/mysql-protocol.html "相关博文")