CIT 111: Introduction to Databases

Mac MySQL Workbench Installation

To install MySQL workbench on a mac you will need to install two components, the local server and the workbench application.

MySQL Local Server Install

  1. Download the installer from https://dev.mysql.com/downloads/file/?id=492745 Screen capture of MySQL download page
  2. Click No thanks, just start my download Screen capture of running MySQL installer
  3. Go through the install wizard with all defaults
  4. When you are asked to enter a password for the 'root' user, pick an easy to remember password. If you forget this password and get locked out of your local server, it is a huge process to unlock it. So, don't forget your password here. It can just be 'password' if you want. This won't be a real industry server that has to be secure. Screen capture MySQL installation complete
  5. After the install finishes, you will be asked if you want to move the install file to the trash. I usually do, but it doesn't matter either way. We are done with that file, now that it's installed.
  6. Go to your Mac System Preferences and make sure the MySQL icon is there

    Screen capture of Mac System Preferences

Install MySQL Workbench

  1. Using your web browser, navigate to https://dev.mysql.com/downloads/workbench/ NOTE: Version numbers may be newer.Screen capture MySQL Workbench download version selection.
  2. Click the Download button. Screen capture MySQL Workbench download.
  3. Click No thanks, just start my download.
  4. Open the file that downloads (The file will have the words 'workbench-community' in it'. Drag the program icon to your application folder icon. Screen capture MySQL Workbench install.

    You should now see MySQL Workbench in your applications.

    Screen capture MySQLWorkbench in Applications folder.
  5. Open the MySQL Workbench Application Screen capture MySQL Workbench application trust verification.
  6. Click Open, we trust it Screen capture MySQL Workbench local database connection.
  7. You should see a local server instance.

    If you don't see the local server instance, look for a link that says 'Rescan Servers', click it and it should be available to you.

  8. If you should ever need to stop the server from running. Go to your System Preferences and click the MySQL logo and 'Stop MySQL Server'. But I would just allow it to continue to run. You need it running for Workbench to work properly.
  9. Congratulations you have it all installed!

Issues to be Aware Of:

Useful Links: