Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is mysql license needed for sites like facebook, twitter etc.. i dont know which category they fall into. thats why.

share|improve this question
What MySQL license? – BoltClock Feb 4 '11 at 7:55
Your question doesn't make any sense. MySQL is open source and has nothing to do with facebook or twitter API's which is what I assume your asking about. – ehudokai Feb 4 '11 at 7:58
1  
Yes it does make sense. I think he is asking whether facebook needs to buy a license to run their MySQL Servers (if they have any, no idea). – yankee Feb 4 '11 at 8:02
1  
There are commercial editions ... mysql.com/products – StuartLC Feb 4 '11 at 8:09
yes yankee . that's what i asked for – rajprashanth r Feb 8 '11 at 12:06

1 Answer

No, they can use GPL which is freely available. They would need to make Software that links to MySQL like a library or is even based on MySQL GPL, too, but as far as I know, they are not doing any of that. Even if, the GPL would force them to pass on the source code to anyone to whom they give the binary. Since they are not giving away the binary to anyone, there would not be a problem either ;-).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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