From c645428a1c42f8da90105393aae5a82cd1a13034 Mon Sep 17 00:00:00 2001 From: Zara Date: Sun, 9 Oct 2016 08:38:01 +0000 Subject: [PATCH] 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 --- doc/source/install/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index e10b6b9e..b0a7d185 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -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