Update suggested version of MySQL from 5.6 to 5.7

The install commands suggested MySQL 5.6. Following this suggestion
caused me errors when installing on Ubuntu 16.04, as the package could
not be found. We don't have a reason to stipulate MySQL 5.6, so this
updates the install command to suggest 5.7, which worked.

Task: 3231

Change-Id: I122b99df68d3866ac8aa6ce5ca8709a0adeaeef4
This commit is contained in:
Zara 2016-10-09 08:38:01 +00:00
parent 4926b471e2
commit c645428a1c
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.6 #Here you will be asked to set a password
sudo apt-get mysql-server-5.7 #Here you will be asked to set a password
mysql --version