MySQL Software can be downloaded from here. You will need to need to create a free Oracle account to access the software.
- Run the executable.

- Tick ‘I accept the license terms’

- Select ‘No, I either don’t have My Oracle Support or don’t want to use it now’, and tick the Don’t Ask Again box.

- Select Custom. This allows you to specify whether to install 32x or 64x.

- Install the following roles:
- MySQL x64
- MySQL Workbench – x64
- MySQL Notifier – Any
- Connector/ODBC – x64
- Connector/C++ – x64
- Connector/C – 64
Install any other additional Connectors you may need.

- No need to do anything on this next step:

- Select Yes and will install the failed requirements pre-reqs.

- Select ‘Execute’

- Will install the MySQL products selected.

- There is a known issue that the ODBC Connector fails on installation. This is a known issue and the workaround is to run a separate Connector/OOBC installer post-install.

- Select Next for Product Configuration.

- Select the Config Type.
- If you are using this as a Development machine, then select Development Machine;
- Else, select Server Machine if installed on server with the web application;
- Or the preferred choice, MySQL running on a Dedicated Machine.

- Select what TCP/IP port number. I would suggest not using the default port.
Tick ‘Show Advanced Options’.

- Add a password for the current Root Account, and create a MySQL user with DB Admin privileges.

- Change the Windows Service name from MySQL56 to MySQL, leave the rest as is.

- Under advanced options, you can change the type of logging.

- Then select Execute once ready.

- Select Finish once all green ticks.

Uninstallation of MySQL
To uninstall MySQL from a Windows based machine, follow the below steps:
- Run a Command Prompt as an Administrator and running the following commands:
- Net stop MySQL
- Sc delete MySQL
- Under Control Panel à Programs à Program and Features, right click on MySQL Server 5.6 and select uninstall.
- Uninstall any other additional features from MySQL through Program and Features.
- Restart the machine.

