~ourdelta-core/ourdelta/ourdelta-percona-d6-mysql50

« back to all changes in this revision

Viewing changes to bakery/debian-5.1/additions/mysqlmanager.1

  • Committer: Arjen Lentz
  • Date: 2008-10-23 12:36:56 UTC
  • mfrom: (30.2.14 ourdelta-cafuego)
  • Revision ID: arjen@openquery.com.au-20081023123656-82g0u0qb0uo3qrok
Get bakery (OurDelta build process) files into mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH mysql 1 "March 2005" "MySQL 4.1" "MySQL database"
 
2
.SH NAME
 
3
mysqlmanager \- Manages instances of MySQL server.
 
4
.SH SYNOPSIS
 
5
.B mysqlmanager
 
6
[\fIOPTIONS\fR]
 
7
.SH DESCRIPTION
 
8
Manages instances of MySQL server.
 
9
.TP
 
10
\-?, \fB\-\-help\fR
 
11
Display this help and exit.
 
12
.TP
 
13
\fB\-P\fR, \fB\-\-port=\fR#
 
14
Port number to listen on.
 
15
.TP
 
16
\fB\-l\fR, \fB\-\-log\fR=\fIname\fR
 
17
Path to log file.
 
18
.TP
 
19
\fB\-b\fR, \fB\-\-bind\-address=\fR#
 
20
Address to listen on.
 
21
.HP
 
22
\fB\-B\fR, \fB\-\-tcp\-backlog=\fR# Size of TCP/IP listen queue.
 
23
.HP
 
24
\fB\-g\fR, \fB\-\-greeting\fR=\fIname\fR Set greeting on connect.
 
25
.TP
 
26
\fB\-m\fR, \fB\-\-max\-command\-len=\fR#
 
27
Maximum command length.
 
28
.TP
 
29
\fB\-d\fR, \fB\-\-one\-thread\fR
 
30
Use one thread ( for debugging).
 
31
.TP
 
32
\fB\-C\fR, \fB\-\-connect\-retries=\fR#
 
33
Number of attempts to establish MySQL connection.
 
34
.TP
 
35
\fB\-p\fR, \fB\-\-password\-file\fR=\fIname\fR
 
36
Password file for manager.
 
37
.HP
 
38
\fB\-f\fR, \fB\-\-pid\-file\fR=\fIname\fR Pid file to use.
 
39
.TP
 
40
\fB\-V\fR, \fB\-\-version\fR
 
41
Output version information and exit.
 
42
.SH "SEE ALSO"
 
43
The full documentation for
 
44
.B mysqlmanager
 
45
is available in the package mysql-doc-4.1 or on the MySQL
 
46
homepage www.mysql.com.
 
47
.SH AUTHOR
 
48
This manpage was created by Christian Hammers <ch@debian.org>
 
49
using help2man.