0% found this document useful (0 votes)
28 views

Installing MySQL

The document provides step-by-step instructions for downloading, installing, and configuring MySQL. It involves downloading the MySQL installer, running the installer, selecting custom installation options, configuring authentication and other settings, executing the installation, and completing the setup using MySQL Workbench to verify a successful installation.

Uploaded by

Tommy Hayes
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Installing MySQL

The document provides step-by-step instructions for downloading, installing, and configuring MySQL. It involves downloading the MySQL installer, running the installer, selecting custom installation options, configuring authentication and other settings, executing the installation, and completing the setup using MySQL Workbench to verify a successful installation.

Uploaded by

Tommy Hayes
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Installing and Configuring MySQL CIST 1220

1. In your browser, go to https://dev.mysql.com/downloads/installer/.

2. Scroll down to the Generally Available (GA) Releases section. Click Download next to the non-web version (the
bottom one, ~405 MB). NOTE: Current version is 8.0.22, not 8.0.16.

Page 1 of 13
Installing and Configuring MySQL CIST 1220

3. On the following screen, click “No thanks, just start my download.”

4. Once the download is complete, navigate to the location where the file is saved and run it.

Page 2 of 13
Installing and Configuring MySQL CIST 1220

5. It may take a couple of minutes for the installer to begin. Check the “I accept…” box, click Next.

6. Select Custom, click Next.

Page 3 of 13
Installing and Configuring MySQL CIST 1220

7. Select the two products Products shown below, click Next.

8. If you see the following screen, click Execute. Otherwise, go to Step 10.

Page 4 of 13
Installing and Configuring MySQL CIST 1220

9. Once the missing requirements have been resolved, click Next.

10. Confirm the products to be installed, then click Execute.

Page 5 of 13
Installing and Configuring MySQL CIST 1220

11. Once installation is complete, click Next.

12. On the Product Configuration screen, click Next.

Page 6 of 13
Installing and Configuring MySQL CIST 1220

13. Make sure the High Availability options match the screenshot below, then click Next.

14. Make sure the Type and Networking options match the screenshot below, then click Next.

Page 7 of 13
Installing and Configuring MySQL CIST 1220

15. Make sure the Authentication Method options match the screenshot below, then click Next.

16. Assign a password for the Root Account; the book uses sesame80 in its examples. Click Next.

Page 8 of 13
Installing and Configuring MySQL CIST 1220

17. Make sure the Windows Service options match the screenshot below, then click Next.

18. On the Apply Configuration screen, click Execute.

Page 9 of 13
Installing and Configuring MySQL CIST 1220

19. Once the installer has finished configuring MySQL, click Finish.

20. One the following screen, click Next.

Page 10 of 13
Installing and Configuring MySQL CIST 1220

21. On the Installation Complete screen, make sure that the “Start MySQL Workbench…” checkbox is checked, then
click Finish.

22. On the Welcome to MySQL Workbench screen, click “Local Instance MySQL80” on the bottom left.

Page 11 of 13
Installing and Configuring MySQL CIST 1220

23. Enter the root password you created in Step 16, then Click OK.

24. When you see the screen below, you have successfully installed and configured MySQL.

Page 12 of 13
Installing and Configuring MySQL CIST 1220

25. This last step is strictly a personal preference, but you may want to explore it. Click Edit, then Preferences in the
menu bar at the top. Go to Fonts & Colors in the left window, then click the “Select your Scheme:” drop-down
box on the bottom right screen. Try the various schemes to see if there is one you like better than the default. I
use the Windows 8 (alternative) scheme since it puts borders around the various windows. Completely up to
you.

26. For now, you can just close out of MySQL Workbench.

Page 13 of 13

You might also like