vote up -4 vote down star

hi

can anyone tell me that why MySQL DBMS is said to be open source? As far as i know, an open source content's source code is free to download, it can be modify and distribute. Can all these things satisfy MySQL? How?

Please answer me.

Thanks and regards

Tismon

flag
4  
Take a look at mysql.org, where you can get the source code for MySQL, as well as licensing information which will explain why it's considered open source. – lacqui Nov 5 at 3:50
2  
may be question should have been "where to download MySQL source?" – Xinus Nov 5 at 3:54
1  
Open source means you can get the source code, it has nothing to do with something being a free download. Many things are free to download but often have clauses that require payment if you use said product in production etc. – mP Nov 5 at 5:57

closed as not a real question by Artelius, ocdecio, OMG Ponies, Michael Petrotta, friedo Nov 5 at 7:33

3 Answers

vote up 0 vote down

Mysql IS open source

link|flag
vote up 0 vote down

Yes. All of these are true for MySQL. Why not? The MySQL Server is openly developed at https://launchpad.net/mysql, which includes the "umbrella" projects, as well.

link|flag
vote up 13 vote down

MySQL is said to be open source because it is, indeed, open source.

You can download the MySQL source code from the MySQL website. It is released under GPL, a widely used free software license.

link|flag
Yep. Link to source code on the mysql.com website pretty much says it. And you found the link 32 seconds faster than I did ;) – Bob Kaufman Nov 5 at 3:52

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