How to Install MySQL on Windows Step by Step

Опубликовано: 15 Май 2026
на канале: PrograLabs
9,470
434

Did you find this tutorial helpful? Support the channel on Ko-fi ☕
https://ko-fi.com/progralabs

In this video, you'll learn how to install MySQL and MySQL Workbench on Windows from scratch. I'll guide you step-by-step through downloading the official installer, configuring the server, setting the root user password, and verifying that everything works correctly with a real SQL query.

You'll also learn best practices such as using the "Custom" option during installation, selecting the correct components, troubleshooting potential errors with Visual C++, and protecting your root password. Finally, we'll run our first SQL command: SHOW DATABASES; to ensure everything is working as expected.

✨ Key Benefits
• Step-by-step MySQL installation on Windows
• Custom server configuration (port, RAM, permissions)
• How to use MySQL Workbench and connect as root
• Verifying the installation with your first SQL query
• Security tips and troubleshooting during installation

📌 More related content:
• Complete C# Course →    • Curso Completo de C# Desde Cero – Aprende ...  
• Learn more about C# →    • C# desde cero – Tutoriales paso a paso  
• Learn more about Java →    • Java desde cero – Programación básica paso...  
• Learn more about Python →    • Playlist  

⏱️ Video Content:
00:00 Download MySQL Installer for Windows
00:14 MySQL Community Installer Web vs. Full
00:48 Start MySQL Installation on Windows
01:10 Choose Setup Type: Custom in MySQL Installer
01:20 Install MySQL Server and MySQL Workbench
01:46 Resolve Installer Requirements and Errors
02:07 Run MySQL Server and Workbench Installation
02:25 Configure MySQL Server for Development Computers
02:48 Configure Root Authentication and Password in MySQL
03:08 Configure the MySQL Service on Windows
03:27 Apply Final MySQL Server Configuration
03:46 Open MySQL Workbench After Installation
03:59 Connect to MySQL as Root User
04:18 Test Installation with SHOW DATABASES
05:03 Outro

💬 Did you like this video?

Subscribe to the channel for more tutorials like this and turn on notifications so you don't miss the next episodes.

📺 Subscribe here:    / @progralabs  
👍 Like this video if you found it helpful and let me know in the comments what topic you'd like to see next.

#MySQL #MySQLWorkbench #InstallMySQL #SQLonWindows #Database