Install MySQL Community Server
This article will walk you through the installation of MySQL Community Server
- Go to this link and download MySQL Community Server
MySQL :: MySQL Community Downloads
- Find the version Windows (x86, 64-bit), MSI Installer
Click Download
- Do not sign in or sign up for an Oracle account
Click No thanks, just start my download
- Open the installer when it finishes downloading
- Once the Installer is open
Click Next
- Check the box to accept the license terms
Click Next
- Select Typical
- Click Next
- Click Install
- On the UAC permissions request click Yes
- Check Run MySQL Configurator
Click Finish
- Click Next
- Click Next
- Confirm the following settings:
Config Type: Development Computer
Port: 3306
Leave everything else as is
Click Next
- Create a password that is easy for you to remember
Click Next
- On the Windows Service tag, check Start the MySQL Server at System Startup
Click Next on the following setup windows:
Windows Service
Server File Permissions
Sample Databases
- Once you get to Apply Configuration
Click Execute
- Click Next
- Click Finish
Related Articles
Install MySQL Workbench
This article will walk you through the MySQL Workbench installation process. Install MySQL Workbench Download MySQL Workbench, go to this website to download: MySQL :: Download MySQL Workbench Do not sign in or sign up for an Oracle account Click No ...
Installing Microsoft SQL Server
This article will walk you through installing and configuring SQL Server for a migration workstation. Visit https://www.microsoft.com/en-us/sql-server/sql-server-downloads and scroll down just a bit until you see Developer and click the Download now ...
Install Android Debug Bridge
Android Debug Bridge (ADB) is a versatile command-line tool that allows you to communicate with Android devices, manage files, install apps, and debug your applications. Go to This PC Click on your C: drive In your C: drive, create a new folder and ...
Installing SQL Server Management Studio (SSMS)
This article will walk you through installing and configuring SQL Server Management Studio (SSMS). If you have not already installed SQL Server, you should do so prior to installing SSMS. Visit ...
Microsoft Visual C++ 2022 Redistributable Package
This article will guide you through the installation of the Microsoft Visual C++ 2022 Redistributable Package, which is essential for running applications built with Visual C++ 2022, including MySQL Community Server. Go to Microsoft Visual C++ ...