1MYSQLBUG(1)                  MySQL Database System                 MYSQLBUG(1)
2
3
4

NAME

6       mysqlbug - generate bug report
7

SYNOPSIS

9       mysqlbug
10

DESCRIPTION

12       This program enables you to generate a bug report and send it to Oracle
13       Corporation. It is a shell script and runs on Unix.
14
15       The normal way to report bugs is to visit http://bugs.mysql.com/, which
16       is the address for our bugs database. This database is public and can
17       be browsed and searched by anyone. If you log in to the system, you can
18       enter new reports. If you have no Web access, you can generate a bug
19       report by using the mysqlbug script.
20
21       mysqlbug helps you generate a report by determining much of the
22       following information automatically, but if something important is
23       missing, please include it with your message.  mysqlbug can be found in
24       the scripts directory (source distribution) and in the bin directory
25       under your MySQL installation directory (binary distribution).
26
27       Invoke mysqlbug without arguments:
28
29           shell> mysqlbug
30
31       The script will place you in an editor with a copy of the report to be
32       sent. Edit the lines near the beginning that indicate the nature of the
33       problem. Then write the file to save your changes, quit the editor, and
34       mysqlbug will send the report by email.
35
37       Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.
38
39       This documentation is free software; you can redistribute it and/or
40       modify it only under the terms of the GNU General Public License as
41       published by the Free Software Foundation; version 2 of the License.
42
43       This documentation is distributed in the hope that it will be useful,
44       but WITHOUT ANY WARRANTY; without even the implied warranty of
45       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
46       General Public License for more details.
47
48       You should have received a copy of the GNU General Public License along
49       with the program; if not, write to the Free Software Foundation, Inc.,
50       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
51       http://www.gnu.org/licenses/.
52
53

SEE ALSO

55       For more information, please refer to the MySQL Reference Manual, which
56       may already be installed locally and which is also available online at
57       http://dev.mysql.com/doc/.
58

AUTHOR

60       Sun Microsystems, Inc. (http://www.mysql.com/).
61
62
63
64MySQL 5.1                         04/06/2010                       MYSQLBUG(1)
Impressum