Go to the first, previous, next, last section, table of contents.


2 MySQL mailing lists and how to ask questions or report errors (bugs)

2.1 The MySQL mailing lists

Requests to be added to or dropped from the main MySQL mailing list should be sent to the electronic mail address mdomo@tcx.se. Sending a one-line message saying either subscribe mysql or unsubscribe mysql in the body of the message suffices. If your reply address is not valid, you may specify your address explicitly using subscribe mysql your-name@your.domain or unsubscribe mysql your-name@your.domain.

Please do not send mail about subscribing or unsubscribing to forwarded automatically to hundreds of other users.

Your local site may have many subscribers to mysql@tcx.se. If so, it may have a local mailing list, so that a single message from tcx.se is sent to the site and propagated to the local list. In such cases, please contact your system administrator to be added to or dropped from the local MySQL list.

Mail to mdomo@tcx.se is handled automatically by the Majordomo mailing list processor.

The following MySQL mailing lists exist:

mysql-announce
This is for announcement of new versions of MySQL and related programs. This is a low volume list that we think all MySQL users should be on.
mysql
The main list for general MySQL discussion. Please note that some things should go to the more-specialized lists. It you post to the wrong list, you may not get an answer!
mysql-digest
The mysql list in digest form. That means you get all individual messages, sent as one large mail message once a day.
mysql-Java
Discussion about MySQL and Java. Mostly about the JDBC drivers.
mysql-win32
All things concerning MySQL on Microsoft operating systems like Windows/NT.
myodbc
All things concerning connecting to MySQL with ODBC.
msql-mysql-modules
A list about the Perl support in MySQL.
msql-mysql-modules-digest
A digest version of the msql-mysql-modules list.
mysql-developer
A list for people who work on the MySQL code.

You subscribe or unsubscribe to all lists in the same way as described above. In your subscribe or unsubscribe request, just put the appropriate mailing list name rather than mysql.

2.2 Asking questions or reporting bugs

Before you ask a question on the mailing list, it is a good idea to check this manual. If you can't find an answer here, check with your local MySQL expert. If you still can't find an answer to your question, go ahead and read the next section about how to send mail to

2.3 How to report bugs or problems

Before posting a bug report or question, please start by searching the MySQL online manual http://www.mysql.com/Manual_chapter/manual_toc.html and the MySQL mailing list archives. We try to keep the manual up to date by updating it frequently with solutions to newly found problems! You can find the searchable mail archives at http://www.mysql.com/doc.html. You can also use http://www.mysql.com/search.html to search all the web pages (including the manual) at http://www.mysql.com/.

Writing a good bug report takes patience, but doing it right the first time saves time for us and for you. 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, if possible. mysqlbug can be found in the `scripts' directory in the source distribution, or, for a binary distribution, in the `bin' directory under your MySQL installation directory. If you are unable to use mysqlbug, you should still include all the necessary information listed in this section.

The mysqlbug script helps you generate a report by automatically finding a lot of the following information, 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.

Remember that it is possible to respond to a message containing too much information, but not to one containing too little. Often people omit facts because they think they know the cause of a problem and assume that some details don't matter. A good principle is: if you are in doubt about stating something, state it! It is a thousand times faster and less troublesome to write a couple of lines more in your report than to be forced to ask again and wait for the answer because you didn't include enough information the first time.

The most common errors are that people don't indicate the version number of the MySQL distribution they are using, or don't indicate what platform they have MySQL installed on (including the platform version number). This is very 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?" and then we find that the feature requested wasn't implemented in that MySQL version, or that a bug described in a report has been fixed already in newer MySQL versions. Sometimes the error is platform dependent and it is next to impossible to fix anything without knowing the operating system and the version number of the platform.

Remember also to give information about your compiler, if it is related to the problem. Often people found bugs in compilers and think the problem is MySQL related. Most compilers are under development all the time and become better version by version too. To determine whether or not your problem depends on your compiler, we need to know what compiler is used. Note that every compiling problem should be regarded as a bug report and reported accordingly.

It is most helpful when a good description of the problem is included in the bug report. That is, a good example of all the things you did that led to the problem and the problem itself exactly described. The best bug reports are those that include a full example showing how to reproduce the bug or problem.

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 case sensitivity should be observed!) You should never try to remember what the error message was; instead, copy and paste the entire message into your report!

Please include the following information in your report:

If you are a support customer, please crosspost the bug report to well as to the appropriate mailing list to see if someone else has experienced (and perhaps solved) the problem.

For information on reporting bugs in MyODBC, see section 15.2 How to report problems with MyODBC.

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!.

2.3.1 What to do if MySQL keeps crashing

Since it is very hard to know why something is crashing, first try to check whether or not things that work for others crash for you. Please try the following things:

2.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, but don't feel obliged to quote the whole question.

Please don't post mail messages from your browser with HTML mode turned on! Many users doesn't read mail with a browser!


Go to the first, previous, next, last section, table of contents.