View Single Post
  #5  
Old 07-26-2018, 10:23 AM
HuginnNavarita's Avatar
HuginnNavarita
Fire Beetle
 
Join Date: Jul 2018
Location: USA,SE,NO & IS
Posts: 19
Default

so in the install script lines 139 and 140 where like this

Quote:
debconf-set-selections <<< 'mariadb-server-10.0 mysql-server/root_password password PASS'
debconf-set-selections <<< 'mariadb-server-10.0 mysql-server/root_password_again password PASS'
while repository has 10.1 so a qucik change to....

Quote:
debconf-set-selections <<< 'mariadb-server-10.1 mysql-server/root_password password PASS'
debconf-set-selections <<< 'mariadb-server-10.1 mysql-server/root_password_again password PASS'
but that is only if you installing from scratch
__________________
'DONKEY STYLE'
The art of Donking around on your own private server with no goal or end in sight!
Reply With Quote