Update 'preconf.sh'
This commit is contained in:
@@ -5,7 +5,6 @@ export DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi
|
if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi
|
||||||
|
|
||||||
|
|
||||||
debconf-set-selections <<< "mysql-community-server mysql-community-server/root-pass password $password"
|
debconf-set-selections <<< "mysql-community-server mysql-community-server/root-pass password $password"
|
||||||
debconf-set-selections <<< "mysql-community-server mysql-community-server/re-root-pass password $password"
|
debconf-set-selections <<< "mysql-community-server mysql-community-server/re-root-pass password $password"
|
||||||
debconf-set-selections <<< "mysql-community-server mysql-server/default-auth-override select Use Legacy Authentication Method (Retain MySQL 5.x Compatibility)"
|
debconf-set-selections <<< "mysql-community-server mysql-server/default-auth-override select Use Legacy Authentication Method (Retain MySQL 5.x Compatibility)"
|
||||||
|
|||||||
Reference in New Issue
Block a user