mysqlserverclone(1) - Linux man page

Name

MySQL - manual page for MySQL Utilities mysqlserverclone version 1.2.1 - MySQL Workbench Distribution 5.2.47

Synopsis

mysqlserverclone --server=user:pass@host:port:socket --new-data=/tmp/data2 --new-port=3310 --new-id=12 --root-password=root

Description

mysqlserverclone - start another instance of a running server

Options

--version
show program's version number and exit
--help
display a help message and exit
--server=SERVER
connection information for the server in the form: <user>[:<password>]@<host>[:<port>][:<socket>] or <login-path>[:<port>][:<socket>].
--new-data=NEW_DATA
the full path to the location of the data directory for the new instance
--new-port=NEW_PORT
the new port for the new instance - default=3307
--new-id=NEW_ID
the server_id for the new instance - default=2
--root-password=ROOT_PASS
password for the root user
--mysqld=MYSQLD
additional options for mysqld
-w CMD_FILE, --write-command=CMD_FILE
path to file for writing startup command. For example: start_server1.sh
-v, --verbose
control how much information is displayed. e.g., -v = verbose, -vv = more verbose, -vvv = debug
-q, --quiet
turn off all messages for quiet execution.
--basedir=BASEDIR
the base directory for the server
--delete-data
delete the folder specified by --new-data if it exists and is not empty.

Copyright

Copyright © 2010, 2013 Oracle and/or its affiliates. All rights reserved. This is a release of dual licensed MySQL Utilities. For the avoidance of doubt, this particular copy of the software is released under the version 2 of the GNU General Public License. MySQL Utilities is brought to you by Oracle.