MySQL中Utilities工具有啥用
发布时间:2021-12-28 12:03:24 所属栏目:MySql教程 来源:互联网
导读:这篇文章将为大家详细讲解有关MySQL中Utilities工具有什么用,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。 MySQL Utilities是官方提供的MySQL管理工具,使用python开发,功能面面俱到,主要有五个层面的工具:数据库
这篇文章将为大家详细讲解有关MySQL中Utilities工具有什么用,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。 MySQL Utilities是官方提供的MySQL管理工具,使用python开发,功能面面俱到,主要有五个层面的工具:数据库层面(复制、比较、差异、导出、导入)、审核日志层面、服务器层面(实例克隆、实例信息)、系统层面(磁盘使用情况、冗余索引、搜索元数据、进程)、高可用性层面(主从复制、故障转移、主从同步)。 主要有以下命令,分别介绍如下: mysqlauditadmin — Allows users to perform maintenance action on the audit log mysqlauditgrep — Allows users to search the current or an archived audit log mysqlbinlogmove — Binary log relocate utility mysqlbinlogpurge — Binary log purge utility mysqlbinlogrotate — Binary log rotate utility mysqldbcompare — Compare Two Databases and Identify Differences mysqldbcopy — Copy Database Objects Between Servers mysqldbexport — Export Object Definitions or Data from a Database mysqldbimport — Import Object Definitions or Data into a Database mysqldiff — Identify Differences Among Database Objects mysqldiskusage — Show Database Disk Usage mysqlfailover — Automatic replication health monitoring and failover mysqlfrm — File reader for .frm files. mysqlgrants — Display grants by object mysqlindexcheck — Identify Potentially Redundant Table Indexes mysqlmetagrep — Search Database Object Definitions mysqlprocgrep — Search Server Process Lists mysqlreplicate — Set Up and Start Replication Between Two Servers mysqlrplms — Set Up and Start Replication Among a Slave and Multiple Masters mysqlrpladmin — Administration utility for MySQL replication mysqlrplcheck — Check Replication Prerequisites mysqlrplshow — Show Slaves for Master Server mysqlrplsync — Replication synchronization checker mysqlserverclone — Clone Existing Server to Create New Server mysqlserverinfo — Display Common Diagnostic Information from a Server mysqlslavetrx — Slave transaction skip utility mysqluc — Command line client for running MySQL Utilities mysqluserclone — Clone Existing User to Create New User 关于“MySQL中Utilities工具有什么用”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。 (编辑:海南站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
站长推荐