Previous Section  < Day Day Up >  Next Section

1.7 Exercises

Question 1:

Is the following statement true or false?

MySQL AB can distribute MySQL software under a commercial license because it holds software patents for its software.

Question 2:

Is the following statement true or false?

The MySQL dual licensing covers only the source in the server.

Question 3:

Is the following statement true or false?

MySQL software can be used at no cost only for private purposes, and within small companies with fewer than 500 employees.

Question 4:

Assume that you have a problem installing MySQL software. Which of the following procedures would you choose to solve that problem?

  1. Send an email to developers@mysql.com asking for help.

  2. Send an email to docs@mysql.com asking for help.

  3. Send an email to mysql@lists.mysql.com asking for help.

Answers to Exercises

Answer 1:

False. The reason why MySQL AB can offer commercial licenses is because the company owns the copyright to the MySQL source code.

Answer 2:

False. MySQL dual licensing also covers the MySQL client interfaces, such as the C client library, and client programs, such as mysqladmin.

Answer 3:

False. MySQL software can be used at no cost by anyone, provided they adhere to the restrictions imposed by the GNU General Public License (GPL).

Answer 4:

mysql@lists.mysql.com is the main list for general MySQL discussion. It's the right place to ask for help when you encounter general problems, such as installation problems.

You should not contact the MySQL developers if you have an installation problem. However, if you have purchased commercial support from MySQL AB, a support person might get you in contact with a MySQL developer.

docs@mysql.com is the public address of the MySQL documentation team. You should report your problem to that address only if you find that the MySQL documentation is unclear.

    Previous Section  < Day Day Up >  Next Section