![]() |
|
|
#1 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
1.7 MySQL Information Sources
|
|
|
|
|
|
#2 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
1.7.1 MySQL Mailing Lists
From http://dev.mysql.com/doc/mysql/en/Questions.html
1.7.1 MySQL Mailing Lists This section introduces the MySQL mailing lists and provides guidelines as to how the lists should be used. When you subscribe to a mailing list, you will receive all postings to the list as email messages. You can also send your own questions and answers to the list. |
|
|
|
|
|
#3 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
1.7.1.1 The MySQL Mailing Lists
From http://dev.mysql.com/doc/mysql/en/Mailing-list.html
1.7.1.1 The MySQL Mailing Lists To subscribe to or unsubscribe from any of the mailing lists described in this section, visit http://lists.mysql.com/. Please do not send messages about subscribing or unsubscribing to any of the mailing lists, because such messages are distributed automatically to thousands of other users. Your local site may have many subscribers to a MySQL mailing list. If so, the site may have a local mailing list, so that messages sent from lists.mysql.com to your site are propagated to the local list. In such cases, please contact your system administrator to be added to or dropped from the local MySQL list. If you wish to have traffic for a mailing list go to a separate mailbox in your mail program, set up a filter based on the message headers. You can use either the List-ID: or Delivered-To: headers to identify list messages. The MySQL mailing lists are as follows: announce This list is for announcements of new versions of MySQL and related programs. This is a low-volume list to which all MySQL users should subscribe. mysql This is the main list for general MySQL discussion. Please note that some topics are better discussed on the more-specialized lists. If you post to the wrong list, you may not get an answer. mysql-digest This is the mysql list in digest form. Subscribing to this list means you will get all list messages, sent as one large mail message once a day. bugs This list will be of interest to you if you want to stay informed about issues reported since the last release of MySQL or if you want to be actively involved in the process of bug hunting and fixing. See section 1.7.1.3 How to Report Bugs or Problems. bugs-digest This is the bugs list in digest form. internals This list is for people who work on the MySQL code. This is also the forum for discussions on MySQL development and post patches. internals-digest This is the internals list in digest form. mysqldoc This list is for people who work on the MySQL documentation: people from MySQL AB, translators, and other community members. mysqldoc-digest This is the mysqldoc list in digest form. benchmarks This list is for anyone interested in performance issues. Discussions concentrate on database performance (not limited to MySQL), but also include broader categories such as performance of the kernel, filesystem, disk system, and so on. benchmarks-digest This is the benchmarks list in digest form. packagers This list is for discussions on packaging and distributing MySQL. This is the forum used by distribution maintainers to exchange ideas on packaging MySQL and on ensuring that MySQL looks and feels as similar as possible on all supported platforms and operating systems. packagers-digest This is the packagers list in digest form. java This list is for discussions about the MySQL server and Java. It is mostly used to discuss JDBC drivers, including MySQL Connector/J. java-digest This is the java list in digest form. win32 This list is for all topics concerning the MySQL software on Microsoft operating systems, such as Windows 9x, Me, NT, 2000, and XP. win32-digest This is the win32 list in digest form. myodbc This list is for all topics concerning connecting to the MySQL server with ODBC. myodbc-digest This is the myodbc list in digest form. gui-tools This list is for all topics concerning MySQL GUI tools, including MySQL Administrator and the MySQL Control Center graphical client. gui-tools-digest This is the gui-tools list in digest form. cluster This list is for discussion of MYSQL Cluster. cluster-digest This is the cluster list in digest form. plusplus This list is for all topics concerning programming with the C++ API to MySQL. plusplus-digest This is the plusplus list in digest form. msql-mysql-modules This list is for all topics concerning the Perl support for MySQL with msql-mysql-modules, which is now named DBD::mysql. msql-mysql-modules-digest This is the msql-mysql-modules list in digest form. If you're unable to get an answer to your questions from a MySQL mailing list, one option is to purchase support from MySQL AB. This will put you in direct contact with MySQL developers. See section 1.4.1 Support Offered by MySQL AB. The following table shows some MySQL mailing lists in languages other than English. These lists are not operated by MySQL AB. mysql-france-subscribe@yahoogroups.com A French mailing list. list@tinc.net A Korean mailing list. Email subscribe mysql your@email.address to this list. mysql-de-request@lists.4t2.com A German mailing list. Email subscribe mysql-de your@email.address to this list. You can find information about this mailing list at http://www.4t2.com/mysql/. mysql-br-request@listas.linkway.com.br A Portuguese mailing list. Email subscribe mysql-br your@email.address to this list. mysql-alta@elistas.net A Spanish mailing list. Email subscribe mysql your@email.address to this list. |
|
|
|
|
|
#4 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
1.7.1.2 Asking Questions or Reporting Bugs
From http://dev.mysql.com/doc/mysql/en/Asking_questions.html
1.7.1.2 Asking Questions or Reporting Bugs Before posting a bug report or question, please do the following:
|
|
|
|
|
|
#5 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
1.7.1.3 How to Report Bugs or Problems
From http://dev.mysql.com/doc/mysql/en/Bug_reports.html
1.7.1.3 How to Report Bugs or Problems The normal place to report bugs is http://bugs.mysql.com/, 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 will also be able to enter new reports. Writing a good bug report takes patience, but doing it right the first time saves time both for us and for yourself. A good bug report, containing a full test case for the bug, makes it very likely that we will fix the bug in the next release. This section will help you write your report correctly so that you don't waste your time doing things that may not help us much or at all. We encourage everyone to use the mysqlbug script to generate a bug report (or a report about any problem). mysqlbug can be found in the `scripts' directory (source distribution) and in the `bin' directory under your MySQL installation directory (binary distribution). If you are unable to use mysqlbug (for example, if you are running on Windows), it is still vital that you include all the necessary information noted in this section (most importantly, a description of the operating system and the MySQL version). The mysqlbug script 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. Please read this section carefully and make sure that all the information described here is included in your report. Preferably, you should test the problem using the latest production or development version of MySQL Server before posting. Anyone should be able to repeat the bug by just using mysql test < script_file on the included test case or by running the shell or Perl script that is included in the bug report. All bugs posted in the bugs database at http://bugs.mysql.com/ will be corrected or documented in the next MySQL release. If only minor code changes are needed to correct a problem, we may also post a patch that fixes the problem. If you have found a sensitive security bug in MySQL, you can send email to security@mysql.com. If you have a repeatable bug report, please report it to the bugs database at http://bugs.mysql.com/. Note that even in this case it's good to run the mysqlbug script first to find information about your system. Any bug that we are able to repeat has a high chance of being fixed in the next MySQL release. To report other problems, you can use one of the MySQL mailing lists. Remember that it is possible for us to respond to a message containing too much information, but not to one containing too little. People often omit facts because they think they know the cause of a problem and assume that some details don't matter. A good principle is this: If you are in doubt about stating something, state it. It is faster and less troublesome to write a couple more lines in your report than to wait longer for the answer if we must ask you to provide information that was missing from the initial report. The most common errors made in bug reports are (a) not including the version number of the MySQL distribution used, and (b) not fully describing the platform on which the MySQL server is installed (including the platform type and version number). This is highly relevant information, and in 99 cases out of 100, the bug report is useless without it. Very often we get questions like, ``Why doesn't this work for me?'' Then we find that the feature requested wasn't implemented in that MySQL version, or that a bug described in a report has already been fixed in newer MySQL versions. Sometimes the error is platform-dependent; in such cases, it is next to impossible for us to fix anything without knowing the operating system and the version number of the platform. If you compiled MySQL from source, remember also to provide information about your compiler, if it is related to the problem. Often people find bugs in compilers and think the problem is MySQL-related. Most compilers are under development all the time and become better version by version. To determine whether your problem depends on your compiler, we need to know what compiler you use. Note that every compiling problem should be regarded as a bug and reported accordingly. It is most helpful when a good description of the problem is included in the bug report. That is, give a good example of everything you did that led to the problem and describe, in exact detail, the problem itself. The best reports are those that include a full example showing how to reproduce the bug or problem. See section D.1.6 Making a Test Case If You Experience Table Corruption. If a program produces an error message, it is very important to include the message in your report. If we try to search for something from the archives using programs, it is better that the error message reported exactly matches the one that the program produces. (Even the lettercase should be observed.) You should never try to reproduce from memory what the error message was; instead, copy and paste the entire message into your report. If you have a problem with Connector/ODBC (MyODBC), please try to generate a MyODBC trace file and send it with your report. See section 21.3.7 Reporting Problems with MyODBC. Please remember that many of the people who will read your report will do so using an 80-column display. When generating reports or examples using the mysql command-line tool, you should therefore use the --vertical option (or the \G statement terminator) for output that would exceed the available width for such a display (for example, with the EXPLAIN SELECT statement; see the example later in this section). |
|
|
|
|
|
#6 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
Re: 1.7.1.3 How to Report Bugs or Problems
continued...
Please include the following information in your report:
|
|
|
|
|
|
#7 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
Re: 1.7.1.3 How to Report Bugs or Problems
continued....
If you are a support customer, please cross-post the bug report to mysql-support@mysql.com for higher-priority treatment, as well as to the appropriate mailing list to see whether someone else has experienced (and perhaps solved) the problem. For information on reporting bugs in MyODBC, see section 21.3.4 How to Report Problems with MyODBC. For solutions to some common problems, see section A Problems and Common Errors. When answers are sent to you individually and not to the mailing list, it is considered good etiquette to summarize the answers and send the summary to the mailing list so that others may have the benefit of responses you received that helped you solve your problem. |
|
|
|
|
|
#8 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
1.7.1.4 Guidelines for Answering Questions on the Mailing List
From http://dev.mysql.com/doc/mysql/en/An...questions.html
1.7.1.4 Guidelines for Answering Questions on the Mailing List If you consider your answer to have broad interest, you may want to post it to the mailing list instead of replying directly to the individual who asked. Try to make your answer general enough that people other than the original poster may benefit from it. When you post to the list, please make sure that your answer is not a duplication of a previous answer. Try to summarize the essential part of the question in your reply; don't feel obliged to quote the entire original message. Please don't post mail messages from your browser with HTML mode turned on. Many users don't read mail with a browser. |
|
|
|
|
|
#9 |
|
Administrator
Join Date: Jun 2004
Posts: 383
|
1.7.2 MySQL Community Support on IRC (Internet Relay Chat)
From http://dev.mysql.com/doc/mysql/en/IRC.html
1.7.2 MySQL Community Support on IRC (Internet Relay Chat) In addition to the various MySQL mailing lists, you can find experienced community people on IRC (Internet Relay Chat). These are the best networks/channels currently known to us:
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Import Access, Excel and data of other formats to MySQL by Navicat | NavicatGuy | Articles | 0 | 08-17-2004 01:08 AM |
| 1.3.2 Contact Information | Administrator | Documentation | 0 | 06-08-2004 02:15 AM |
| 1.2.2 The Main Features of MySQL | Administrator | Documentation | 0 | 06-08-2004 01:55 AM |
| 1.2 Overview of the MySQL Database Management System | Administrator | Documentation | 0 | 06-07-2004 10:11 PM |
| 1 General Information | Administrator | Documentation | 0 | 06-07-2004 10:06 PM |