What is MySQL Community Server?
MySQL Community Edition is the freely downloadable version of the world's most popular open source database. It is available under the GPL license and is supported by a huge and active community of open source developers.
If you want to find out more information about MySQL Community Server, you can find it here.
Installation Steps
**NOTE: **The following installation steps and screenshots were taken from a virtual machine with Windows Server 2008 R2 Service Pack 1, running in Hyper-V on a Windows 8 Host Machine.
- Install chocolatey nuget
- Open PowerShell as an Administrator
- Hit the Start button
- Type
PowerShell
- Right click on the
Windows PowerShell
icon - Click "Run as administrator"
- Type
choco install mysql
and press theEnter
key - The installation of MySQL Community Server will begin
- The installation will complete
You can see screenshots of each of these steps in the galley at the bottom of this blog post.
Post Installation Checks
The installation of MySQL Community Server will have added a new Windows Service, you can verify that this is there, and started by doing the following:
- Hit the Start button
- Type
services.msc
and press enter - In the window that opens up, scroll until to see MySQL
- Verify that this service is started.