getting started with mysql - a brief guide for cmsc461...

28
Getting Started with MySql - a brief guide for CMSC461@UMBC Prepared by Dr. Kalpakis on February, 2017 Below is a sequence steps and screen snips illustrating the process of installing MySql server, workbench, and connectors. I assume that you have an x64 system running Windows 8 or 10. 1. Download the MySql installer mysql-installer-web-community-5.7.17.0.msi 2. Create a folder for the log files of your MySql server, eg C:\Temp\MySqlLogs 3. Run the installer and follow its guidance to install MySql

Upload: others

Post on 14-Jun-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing

Getting Started with MySql - a brief guide for CMSC461@UMBC Prepared by Dr. Kalpakis on February, 2017

Below is a sequence steps and screen snips illustrating the process of installing MySql server,

workbench, and connectors. I assume that you have an x64 system running Windows 8 or 10.

1. Download the MySql installer mysql-installer-web-community-5.7.17.0.msi

2. Create a folder for the log files of your MySql server, eg C:\Temp\MySqlLogs

3. Run the installer and follow its guidance to install MySql

Page 2: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 3: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 4: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 5: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 6: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 7: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 8: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 9: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 10: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 11: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 12: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 13: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 14: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 15: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 16: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 17: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 18: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing

4. Start the MySql command-line client and interact with the server

5. Install the MySql workbench using the mysql installer. To install the MySql workbench you need to have

Microsoft .NET Framework 4 Client Profile

Microsoft Visual C++ 2013 Redistributable Package (x86 or x64)

If not already in your system, install them

Page 19: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing

Continue with the installation of MySql workbench

Page 20: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 21: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 22: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 23: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing

6. Exit the MySql installer

7. Start MySql Workbench

Connect to the local mysql server and explore …

eg. Reverse engineer an existing database (sakira)

Page 24: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 25: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 26: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 27: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing
Page 28: Getting Started with MySql - a brief guide for CMSC461 ...kalpakis/courses/691-fa17/project/MyS… · Below is a sequence steps and screen snips illustrating the process of installing