~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to man/mysqlbug.1

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
.\"     Title: \fBmysqlbug\fR
 
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 
5
.\"      Date: 03/01/2010
 
6
.\"    Manual: MySQL Database System
 
7
.\"    Source: MySQL 5.1
 
8
.\"  Language: English
 
9
.\"
 
10
.TH "\FBMYSQLBUG\FR" "1" "03/01/2010" "MySQL 5\&.1" "MySQL Database System"
 
11
.\" -----------------------------------------------------------------
 
12
.\" * set default formatting
 
13
.\" -----------------------------------------------------------------
 
14
.\" disable hyphenation
 
15
.nh
 
16
.\" disable justification (adjust text to left margin only)
 
17
.ad l
 
18
.\" -----------------------------------------------------------------
 
19
.\" * MAIN CONTENT STARTS HERE *
 
20
.\" -----------------------------------------------------------------
 
21
.\" mysqlbug
 
22
.SH "NAME"
 
23
mysqlbug \- generate bug report
 
24
.SH "SYNOPSIS"
 
25
.HP \w'\fBmysqlbug\fR\ 'u
 
26
\fBmysqlbug\fR
 
27
.SH "DESCRIPTION"
 
28
.PP
 
29
This program enables you to generate a bug report and send it to Sun Microsystems, Inc\&. It is a shell script and runs on Unix\&.
 
30
.PP
 
31
The normal way to report bugs is to visit
 
32
\m[blue]\fB\%http://bugs.mysql.com/\fR\m[], which is the address for our bugs database\&. This database is public and can be browsed and searched by anyone\&. If you log in to the system, you can enter new reports\&. If you have no Web access, you can generate a bug report by using the
 
33
\fBmysqlbug\fR
 
34
script\&.
 
35
.PP
 
36
\fBmysqlbug\fR
 
37
helps you generate a report by determining much of the following information automatically, but if something important is missing, please include it with your message\&.
 
38
\fBmysqlbug\fR
 
39
can be found in the
 
40
scripts
 
41
directory (source distribution) and in the
 
42
bin
 
43
directory under your MySQL installation directory (binary distribution)\&.
 
44
.PP
 
45
Invoke
 
46
\fBmysqlbug\fR
 
47
without arguments:
 
48
.sp
 
49
.if n \{\
 
50
.RS 4
 
51
.\}
 
52
.nf
 
53
shell> \fBmysqlbug\fR
 
54
.fi
 
55
.if n \{\
 
56
.RE
 
57
.\}
 
58
.PP
 
59
The script will place you in an editor with a copy of the report to be sent\&. Edit the lines near the beginning that indicate the nature of the problem\&. Then write the file to save your changes, quit the editor, and
 
60
\fBmysqlbug\fR
 
61
will send the report by email\&.
 
62
.SH "COPYRIGHT"
 
63
.br
 
64
.PP
 
65
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.
 
66
.PP
 
67
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
 
68
.PP
 
69
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
70
.PP
 
71
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
 
72
.sp
 
73
.SH "SEE ALSO"
 
74
For more information, please refer to the MySQL Reference Manual,
 
75
which may already be installed locally and which is also available
 
76
online at http://dev.mysql.com/doc/.
 
77
.SH AUTHOR
 
78
Sun Microsystems, Inc. (http://www.mysql.com/).