Fix install instructions for MySQL

The install command was missing the 'install' command;
this commit changes 'apt-get mysql' to 'apt-get install mysql'.

Change-Id: I2ec3cf4498d71b8fad685fbce911aa092f2dc95c
This commit is contained in:
Zara 2016-11-14 19:11:23 +00:00
parent 5b96243ef4
commit db050a3de6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ NOTE: If you are using a Virtual Machine (VM), all commands that begin with
sudo apt-get update
sudo apt-get install libpq-dev libmysqlclient-dev python-dev
sudo apt-get mysql-server-5.7 #Here you will be asked to set a password
sudo apt-get install mysql-server-5.7 #Here you will be asked to set a password
mysql --version