1MYSQLBUG(1) MySQL Database System MYSQLBUG(1)
2
3
4
6 mysqlbug - generate bug report
7
9 mysqlbug
10
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 © 1997, 2013, Oracle and/or its affiliates. All rights
38 reserved.
39
40 This documentation is free software; you can redistribute it and/or
41 modify it only under the terms of the GNU General Public License as
42 published by the Free Software Foundation; version 2 of the License.
43
44 This documentation is distributed in the hope that it will be useful,
45 but WITHOUT ANY WARRANTY; without even the implied warranty of
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
47 General Public License for more details.
48
49 You should have received a copy of the GNU General Public License along
50 with the program; if not, write to the Free Software Foundation, Inc.,
51 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
52 http://www.gnu.org/licenses/.
53
54
56 For more information, please refer to the MySQL Reference Manual, which
57 may already be installed locally and which is also available online at
58 http://dev.mysql.com/doc/.
59
61 Oracle Corporation (http://dev.mysql.com/).
62
63
64
65MySQL 5.1 11/04/2013 MYSQLBUG(1)