We were looking fo rlicense information for mySQL that came installed on a server we purchased through dell that runs RHEL.

Via our rep at Dell we were given the following link:

http://www.redhat.com/licenses/rhel_rha_eula.html

We are specifically interested in the following: "the license agreement for each software component is located in the software component's source code and permits User to run, copy, modify, and redistribute (subject to certain obligations in some cases) the software component, in both source code and binary code forms."

Does anyone know of or where such a file would be for mySQL on our server?

link|improve this question
1  
Have you considered visiting the MySQl web site for information about their product? – John Gardeniers Jan 7 '10 at 5:58
I have, but we were told to look on the serevr from our rep so that where I wanted to start. – Jason Jan 7 '10 at 12:50
feedback

3 Answers

up vote 5 down vote accepted

MySQL is licensed under the GPL. A copy of which can be found here: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

specifically on your server it would be: /usr/share/doc/mysql-<mysql_version>/COPYING

link|improve this answer
feedback

If you paid for an enterprise version of MySQL, Dell should have provided a document with the license information, "serial number". The enterprise version is a different binary from the GPL version. MySQL is dual licensed, so it depends on what you bought from Dell.

link|improve this answer
feedback

With RHEL you get mysql server rpm which dont require any license to install that is bundle with with RHEL

link|improve this answer
1  
-1 it is still licensed, just under the GPL – Zypher Jan 7 '10 at 5:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.