@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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570678

Title:
  mysqld got signal 11 during setting up root password on package
  installation on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1570678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to