├── README.md ├── 第一章:安装 ├── mysqld_for_multi_instance └── mysqld_for_single_instance ├── 第七章:DDL ├── gh-ost-on-before-cut-over.py └── monitor_ddl_progress.sh ├── 第三章:深入解析binlog └── binlog_parser.py ├── 第五章:备份 └── binlog_server.sh ├── 第六章:监控 ├── percona-zabbix-templates-1.1.8-1.noarch.rpm ├── percona-zabbix-templates-1.1.8-1.tar.gz ├── zabbix_api.py ├── zabbix_partition.sh └── zbx_export_templates.xml └── 第十一章:组复制 └── conflict_detection_test.py /README.md: -------------------------------------------------------------------------------- 1 | # 《MySQL实战》相关资料 2 | -------------------------------------------------------------------------------- /第一章:安装/mysqld_for_multi_instance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第一章:安装/mysqld_for_multi_instance -------------------------------------------------------------------------------- /第一章:安装/mysqld_for_single_instance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第一章:安装/mysqld_for_single_instance -------------------------------------------------------------------------------- /第七章:DDL/gh-ost-on-before-cut-over.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第七章:DDL/gh-ost-on-before-cut-over.py -------------------------------------------------------------------------------- /第七章:DDL/monitor_ddl_progress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第七章:DDL/monitor_ddl_progress.sh -------------------------------------------------------------------------------- /第三章:深入解析binlog/binlog_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第三章:深入解析binlog/binlog_parser.py -------------------------------------------------------------------------------- /第五章:备份/binlog_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第五章:备份/binlog_server.sh -------------------------------------------------------------------------------- /第六章:监控/percona-zabbix-templates-1.1.8-1.noarch.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第六章:监控/percona-zabbix-templates-1.1.8-1.noarch.rpm -------------------------------------------------------------------------------- /第六章:监控/percona-zabbix-templates-1.1.8-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第六章:监控/percona-zabbix-templates-1.1.8-1.tar.gz -------------------------------------------------------------------------------- /第六章:监控/zabbix_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第六章:监控/zabbix_api.py -------------------------------------------------------------------------------- /第六章:监控/zabbix_partition.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第六章:监控/zabbix_partition.sh -------------------------------------------------------------------------------- /第六章:监控/zbx_export_templates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第六章:监控/zbx_export_templates.xml -------------------------------------------------------------------------------- /第十一章:组复制/conflict_detection_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slowtech/mysql/HEAD/第十一章:组复制/conflict_detection_test.py --------------------------------------------------------------------------------