problem starting persona xtradb 5.6 or 5.5 on centos7

Hello,

I have a cento7 and I want to set up a master-master replication on a 3 node servers. I have configured the my.cnf for two nodes at the beginning to test the configuration and when I run systemctl start mysql or systemctl start mysql@bootstrap.service (for bootstrapping) it only hangs without giving back the prompt or even without writing anything in the log files.

My configuration looks like this:

[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]

[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]

[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]

[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]

[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]

[COLOR=#F5F5F5]
[COLOR=#F5F5F5]
[COLOR=#F5F5F5]


[COLOR=#F5F5F5]

Please help me fix this issue. thanks in advance

Hi,

So the /var/log/mysql/error.log is empty? Is /var/log/mysql directory present and owned by mysql? Did you check for mysqld process (ps -ef) after trying to bootstrap?

when you start the first node, set


wsrep_cluster_address = gcomm://

then start the second node with


wsrep_cluster_address = gcomm://10.160.125.20,10.20.123.27

tkauppin, systemctl start mysql@bootstrap.service should do that without the need to touch my.cnf.
zozo6015, what package versions did you use?