Comment 11 for bug 1570678

Revision history for this message
Nobuto Murata (nobuto) wrote :

@Leo,

simply:
$ sudo apt-get install percona-xtradb-cluster-server-5.5
<enter password on shown-up dialog>

or unattendedly:

#!/bin/sh
cat <<EOF | debconf-set-selections
mysql-server mysql-server/root_password password test
mysql-server mysql-server/root_password_again password test
EOF
env DEBIAN_FRONTEND=noninteractive apt-get install -y percona-xtradb-cluster-server-5.5