TokuDB存储引擎浅析
[root@localhost bin]# ./ps_tokudb_admin --help
This script is used for installing and uninstalling TokuDB plugin for Percona Server 5.6.
It can also be used to install or uninstall the Percona TokuBackup plugin (requires mysql server restart).
If transparent huge pages are enabled on the system it adds thp-setting=never option to my.cnf
to disable it on runtime.
Valid options are:
--user=user_name, -u user_name
mysql admin username
--password[=password], -p[password]
mysql admin password (on empty will prompt to enter)
--socket=path, -S path
the socket file to use for connection
--host=host_name, -h host_name
connect to given host
--port=port_num, -P port_num
port number to use for connection
--defaults-file=file
specify defaults file instead of guessing
--enable, -e
enable TokuDB plugin and disable transparent huge pages in my.cnf
--enable-backup, -b
enable Percona TokuBackup and add preload-hotbackup option to my.cnf
(this option includes --enable option)
--disable, d
disable TokuDB plugin and remove thp-setting=never option in my.cnf
(this option includes --disable-backup option)
--disable-backup, r
disable Percona TokuBackup and remove preload-hotbackup option in my.cnf
--help
show this help
For TokuDB requirements and manual steps for installation please visit this webpage:
http://
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/4f058fb8a10603755ee85e334169a845.html