+ All Categories
Home > Documents > MySQL Workbench Installation for Windows/Mac

MySQL Workbench Installation for Windows/Mac

Date post: 17-Mar-2022
Category:
Upload: others
View: 9 times
Download: 0 times
Share this document with a friend
21
MySQL Workbench Installation for Windows/Mac Note: The instructions provided are for installing MySQL Workbench on a Windows system. The steps are very similar for installation on a Mac system. Also, the versions of the different components may vary but this won’t affect the execution of any task in this module. I. Downloading the SQL Installer 1. Open your browser and type ‘https://www.mysql.com’ or ‘mysql.com’ in the search bar. Press enter after doing so.
Transcript
Page 1: MySQL Workbench Installation for Windows/Mac

MySQL Workbench Installation for Windows/Mac

Note: The instructions provided are for installing MySQL Workbench on a Windows system.

The steps are very similar for installation on a Mac system. Also, the versions of the different

components may vary but this won’t affect the execution of any task in this module.

I. Downloading the SQL Installer

1. Open your browser and type ‘https://www.mysql.com’ or ‘mysql.com’ in the search

bar. Press enter after doing so.

Page 2: MySQL Workbench Installation for Windows/Mac

2. After doing so, you will be directed to the page as shown in the image below. Click on

‘Downloads’ as highlighted.

3. You will view the page as shown in the image given below, after clicking on

‘Downloads’.

Page 3: MySQL Workbench Installation for Windows/Mac

4. Scroll down and click on the ‘MySQL Community (GPL) Downloads’ link at the end.

This has been highlighted in the image given below.

5. After doing so, you will be directed to the page as shown in the image below. Click on

‘MySQL Installer for Windows’ as highlighted.

Page 4: MySQL Workbench Installation for Windows/Mac

6. After doing so, you will be directed to the page as shown in the image below.

a. Click on the upper ‘Download’ button if you have a stable internet connection

throughout the installation process.

b. Click on the lower ‘Download’ button if you want to download the file but install

the software offline.

7. After doing so, you will be directed to the page as shown in the image below. Click on

‘No thanks, just start my download’ as highlighted.

Page 5: MySQL Workbench Installation for Windows/Mac

II. Installing MySQL Workbench

8. Now, a new window will pop up where you will need to select the directory where

your installer file will be downloaded.

9. Run the installer file. You will see the dialog box as shown below. Click on ‘Custom’

as the setup type as highlighted. Then, click on ‘Next’.

Page 6: MySQL Workbench Installation for Windows/Mac

10. In the ‘Select Products and Features’ menu, expand the ‘Applications’ section as

highlighted.

11. Now, click on ‘MySQL Workbench’ under ‘Applications’.

Page 7: MySQL Workbench Installation for Windows/Mac

12. Select the latest version of MySQL Workbench and click on the green arrow icon

pointing to the right, as shown in the image below.

Page 8: MySQL Workbench Installation for Windows/Mac

13. Now, in the ‘Select Products and Features’ menu, expand the ‘MySQL Servers’

section as highlighted.

Page 9: MySQL Workbench Installation for Windows/Mac

14. Select the latest version of MySQL Server and click on the green arrow icon pointing

to the right.

15. Click on ‘Next’.

Page 10: MySQL Workbench Installation for Windows/Mac

16. In the ‘Check Requirements’ menu, click on ‘Execute’.

Page 11: MySQL Workbench Installation for Windows/Mac

17. The status for both products will update to ‘INSTL DONE’ after some time. Click on

‘Next’.

18. In the ‘Installation’ menu, click on ‘Execute’.

Page 12: MySQL Workbench Installation for Windows/Mac

19. The status for both products will update to ‘Complete’ after some time. Click on

‘Next’.

Page 13: MySQL Workbench Installation for Windows/Mac

20. In the ‘Product Configuration’ menu, click on ‘Next’.

21. In the ‘High Availability’ menu, make sure that the first option, i.e. ‘Standalone

MySQL Server / Classic MySQL Replication’, is selected. Then, click on ‘Next’.

Page 14: MySQL Workbench Installation for Windows/Mac

22. In the ‘Type and Networking’ menu, keep the default options and click on ‘Next’.

Page 15: MySQL Workbench Installation for Windows/Mac

23. In the ‘Authentication Method’ section, make sure that the second option, i.e. ‘Use

Legacy Authentication Method (Retain MySQL 5.x Compatibility)’, is selected. Then,

click on ‘Next’.

Page 16: MySQL Workbench Installation for Windows/Mac

24. In the ‘Accounts and Roles’ section, set a password for your server. Make sure you

DO NOT forget this password as it is very difficult to recover your instance in case

you do. Then, click on ‘Next’.

Page 17: MySQL Workbench Installation for Windows/Mac

25. In the ‘Windows Service’ menu, keep the default options and click on ‘Next’.

26. In the ‘Apply Configuration’ menu, click on ‘Execute’.

Page 18: MySQL Workbench Installation for Windows/Mac

27. After the configuration is complete, click on ‘Finish’.

28. In the ‘Product Configuration’ menu, the status will update to ‘Configuration

complete.’ Click on ‘Next’.

Page 19: MySQL Workbench Installation for Windows/Mac

29. In the ‘Installation Complete’ menu, make sure that the option ‘Start MySQL

Workbench after Setup’ is checked. Then, click on ‘Finish’.

Page 20: MySQL Workbench Installation for Windows/Mac

III. Setting up the Server

30. Inside the workbench, click on the ‘Local Instance MySQL80’ connection.

Page 21: MySQL Workbench Installation for Windows/Mac

31. In the dialog box that opens, type your password that you used during the

installation. Check the option ‘Save password in vault’. Then, click on ‘OK’.

32. You are all set to use MySQL Workbench for writing queries and progressing through

the module.


Recommended