MySQL Forums
Forum List  »  Install & Repo

Re: Which one do I need?
Posted by: Barry Galbraith
Date: January 15, 2018 10:05PM

You can install MySQL Community server.
https://dev.mysql.com/downloads/mysql/

But that is only a small part of what you need for your "simple" websites and forms.

You'll also need a webserver. Windows comes with IIS as an add-on, or you can download and install Apache. Either is free.
Then you need a scripting language for your webserver to run to access your database. php is a common language. It can be downloaded for free.

But, even though a "simple" website looks simple, it's not quite that simple.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
January 14, 2018 12:20PM
Re: Which one do I need?
January 15, 2018 10:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.