Skip to content

Commit 6eaf847

Browse files
authored
Update MySQL_Install.md
1 parent ef865f7 commit 6eaf847

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

MySQL_Install.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The instructions below can be used to install MySQL from scratch in any Linux/Ubuntu machine, and to import the databases that we will use as examples. (Most of) these steps have been already completed in the image that is being used for the class, but I keep the instructions here for reference, if a student wants to create a MySQL installation in a new machine.
44

5-
## Install Software on Ubuntu"
5+
## Install Software on Ubuntu
66

77
Login to the terminal and type:
88

@@ -24,14 +24,15 @@ Inside mysql console you can execute SQL commands, for example, the command:
2424

2525
will show you the databases available. The first that you run the command you will see something like:
2626

27-
+--------------------+
27+
2828
| Database |
29-
+--------------------+
29+
|--------------------|
3030
| information_schema |
3131
| mysql |
3232
| performance_schema |
33-
+--------------------+
33+
```
3434
3 rows in set (0.00 sec)
35+
```
3536

3637
For now, let's get out of the command-line interface, by typing the command `QUIT`
3738

0 commit comments

Comments
 (0)