I have installed galera with a Clustercontrol and two nodes DB01 & DB02
its well synchronised but there was a problem now that cluster control was restarted so DB01 & DB02 is syncd but clustercontrol is not
Again i started services of Clustercontrol it worked,i started services but not syncd
showed as wsrep_cluster_size=1
Now I tried sync DB01,DB02 with cluster control but it throwed error as
Starting mysqld instance with data dir /mysql-galera/mysql-5.5.17-galera-22. 1.1-x86_64/mysql/var and listening at port 3306 and socket /mysql-galera/mysql-5.5.17-galera-22.1.1-x86_64/mysql/var/mysqld.sock..... Done (PID:13485)
Waiting for wsrep_ready.ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
.ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
.ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
.ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
.ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
./mysql-galera/mysql-5.5.17-galera-22.1.1-x86_64/mysql-galera: line 145: 13485 Aborted (core dumped) nohup $VALGRIND $MYSQLD $DEFAULTS_OPTION --user="$MYSQLD_USER" --basedir="$MYSQL_BASE_DIR" --datadir="$MYSQL_DATA_DIR" --plugin-dir=lib/mysql/plugin --pid-file="$MYSQL_PID" --port=$MYSQL_PORT --socket=$MYSQL_SOCKET --skip-external-locking --log_error=$err_log $MYSQLD_OPTS $INNODB_OPTS $WSREP_OPTS $DEBUG_OPTS $LOGGING_OPTS $RBR_OPTS $PLUGIN_OPTS > /dev/null 2>> $err_log
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/mysql-galera/mysql-5.5.17-galera-22.1.1-x86_64/mysql/var/mysqld.sock' (111)
Done