I want to create a website in JSP and the database will be MySQL. I will host the website on the internet. Is it required to obtain any licence to develop them on my machine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As http://mysql.com/products/ states, MySQL database has 4 editions.
For development it is enough to use community edition, which is distributed under GPL license, which is open-source license.
You don’t need anything.