-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Lefranc
committed
Jan 24, 2015
1 parent
407fc3d
commit 2b077c0
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
mariadb-tools | ||
============= | ||
|
||
Toolkit for MariaDB | ||
Tools for MariaDB | ||
|
||
Usage: mariadb-[command] [options] | ||
|
||
List of available commands: | ||
report Generates a summary of MariaDB server configuration and runtime | ||
status sysstat-like MariaDB server activity | ||
monitor Monitors GTID replication and switch slaves from master | ||
|
||
List of available options: | ||
-host="": MariaDB host IP address or FQDN | ||
-interval=1: Sleep interval for repeated commands | ||
-password="": Password for MariaDB login | ||
-socket="": Path of MariaDB unix socket | ||
-user="": User for MariaDB login | ||
-port="": Port of MariaDB server | ||
-version: Return version | ||
|
||
**report** Generates a summary of MariaDB server configuration and runtime | ||
|
||
**status** sysstat-like MariaDB server activity | ||
|
||
**repmgr** GTID replication switchover and monitor utility | ||
|
||
**top** mytop clone | ||
|
||
Repmgr example usage | ||
-------------------- | ||
mariadb-repmgr -host=db1:3306 -slaves=db2:3306,db3:3306 -user root -rpluser repl:lper | ||
|
||
|