✔MySQL is an open-source relational database management system. SQL simply means structured query language.
✔MySQL Workbench is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single integrated development environment for the MYSQL database system.
-Head over to https://dev.mysql.com/downloads/workbench/, to download MySQL workbench.
✔Click on the Go to Download Page button. This will redirect you to the signup/ login page!
✔You can now choose to sign up or login if you already have a MySQL account. For this tutorial, we will skip authentication and click on No thanks, just start my download. This will get our download started
✔As soon as the download completes, navigate to your download folder and double-click to begin the installation process.
✔Upon clicking on the download, you will be presented with the MySQL setup screen
✔Click the next button: You can change your installation path, but it is recommended you leave the default directory, to your program files directory.
✔Next: Choose the setup type. The type we will choose is the complete setup version.
✔Next: Now click on the install button. It will take some time to install.
As soon as it completes, click the Finish button and MySQL workbench will launch
Congratulations!!! 🎉🎊 You have successfully downloaded and installed MySQL workbench.
Top comments (1)
Quick and straight forward
Thanks