Difference between revisions of "Connecting to the Database"
From Poland Lab Wiki
Altschuler (Talk | contribs) (Created page with "There are two ways to connect to the database: 1. Command line 2. GUI software This guide will show you how to connect in the second way (GUI software). Step 1.") |
Altschuler (Talk | contribs) |
||
Line 1: | Line 1: | ||
There are two ways to connect to the database: | There are two ways to connect to the database: | ||
− | + | # Command line | |
− | + | # GUI software | |
− | This guide will show you how to connect in the second way (GUI software). | + | This guide will show you how to connect in the second way (GUI software). There are many GUI software applications available. We will use MySQL Workbench. |
− | Step 1. | + | == Step 1 == |
+ | Go to [https://dev.mysql.com/downloads/workbench/ https://dev.mysql.com/downloads/workbench/] to download MySQL Workbench. | ||
+ | |||
+ | == Step 2 == | ||
+ | Open the downloaded app and click on the plus sign next to "MySQL Connections." This will allow us to create and save our connection information for the database. | ||
+ | |||
+ | == Step 3 == |
Revision as of 19:39, 11 February 2020
There are two ways to connect to the database:
- Command line
- GUI software
This guide will show you how to connect in the second way (GUI software). There are many GUI software applications available. We will use MySQL Workbench.
Step 1
Go to https://dev.mysql.com/downloads/workbench/ to download MySQL Workbench.
Step 2
Open the downloaded app and click on the plus sign next to "MySQL Connections." This will allow us to create and save our connection information for the database.