From 90333437337ff38c04e363cd3dbd7aa970ef21c4 Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Mon, 19 Jan 2015 10:56:42 +0000 Subject: [PATCH] Set password irrespective of mysql server version Ubuntu recently upgraded from 5.1 to 5.5 so the previous debconf settings no longer work. Removing the version number should make the settings work for all versions of mysql Change-Id: I6b399a06232364d3ba3bf74430b663e0b8b922ed --- lib/databases/mysql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/databases/mysql b/lib/databases/mysql index 45484c15e9..7bd74dce27 100644 --- a/lib/databases/mysql +++ b/lib/databases/mysql @@ -138,10 +138,10 @@ function install_database_mysql { if is_ubuntu; then # Seed configuration with mysql password so that apt-get install doesn't # prompt us for a password upon install. - cat <