OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / mysql / README
1 This is a release of MySQL, a GPL (free) SQL database server (more
2 licence information in the PUBLIC file and in the reference manual).
3
4 Please read the "Upgrading from..." section in the manual first, if you are
5 migrating from older versions of MySQL!
6
7 The latest information about MySQL can be found at:
8 http://www.mysql.com
9
10 To see what it can do take a look at the features section in the
11 manual.
12
13 For installation instructions see the Installation chapter in the
14 manual.
15
16 For future plans see the TODO appendix in the manual.
17
18 New features/bug fixes history is in the news appendix in the manual.
19
20 For the currently known bugs/misfeatures (known errors) see the bugs
21 appendix in the manual.
22
23 For examples of SQL and benchmarking information see the bench
24 directory.
25
26 The manual mentioned above can be found in the Docs directory. The
27 manual is available in the following formats: as plain ASCII text in
28 Docs/manual.txt, in HTML format in Docs/manual_toc.html, as GNU Info in
29 Docs/mysql.info and as PostScript in Docs/manual.ps.
30
31 MySQL is brought to you by the MySQL team at MySQL AB
32
33 For a list of developers and other contributors, see the Credits appendix
34 in the manual.
35
36 ************************************************************
37
38 IMPORTANT:
39
40 Send bug (error) reports, questions and comments to the mailing list
41 at mysql@lists.mysql.com
42
43 Please use the 'mysqlbug' script when posting bug reports or questions
44 about MySQL. mysqlbug will gather some information about your system
45 and start your editor with a form in which you can describe your
46 problem. Bug reports might be silently ignored by the MySQL
47 maintainers if there is not a good reason included in the report as to
48 why mysqlbug has not been used. A report that says 'MySQL does not
49 work for me. Why?' is not considered a valid bug report.
50
51 The mysqlbug script can be found in the 'scripts' directory of the
52 distribution, that is '<where-you-installed-mysql>/scripts'.