-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmysql-quick-clone.conf.8
58 lines (58 loc) · 1.54 KB
/
mysql-quick-clone.conf.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH MYSQL-QUICK-CLONE.CONF 8 "v\ 1.0" "Wed, January 19, 2011" "DARWIN\ \-\ MAC\ OS\ X"
.SH NAME
.B mysql-quick-clone.conf
\- Config file for mysql-quick-clone.pl
.SH SYNOPSIS
mysql-quick-clone.pl -c config.conf
.br
.SH OPTIONS
.TP
.B [source]
host= this is the host name or address
.br
port= this is the port number for the database connection
.br
database= this is the database name to connect to
.br
user= this is the username to use to log into the database
.br
password= this is the password to log into the database
.TP
.B [destination]
host= this is the host name or address
.br
port= this is the port number for the database connection
.br
database= this is the database name to connect to
.br
user= this is the username to use to log into the database
.br
password= this is the password to log into the database
.TP
.B [general]
all=0 set this to 1 to copy all the tables
.br
new=0 set this to 1 if the tables don't exist on the destination database
.br
backup=1 set this to 0 if you don't want it to backup the destination tables first
.br
dir= set this to a folder that is accessable to both the source and destination servers
.TP
.B [tables]
tables= place the list of tables between the <<EOT and EOT
.SH DESCRIPTION
This config file has several options for configuring the mysql-quick-clone.pl program to help simplify the management of database table cloning
.br
.SH VERSION
This documentation describes
.B mysql-quick-clone.conf
version 1.0
.SH "SEE ALSO"
mysql-quick-clone.pl(8)
.br
.I site
.SH AUTHOR
.br
.B Braxton Huggins
.br
.I \<[email protected]\>