Node1 bootstrap correctly but node to unable to join node1, Getting below error
I am using mysqld users rather than root user to setting up this cluster.
=========
2021-05-20T15:40:58.136375Z 0 [Note] [MY-000000] [WSREP-SST] Waiting for server instance to start… This may take some time
2021-05-20T15:40:59.199089Z 0 [ERROR] [MY-000000] [WSREP-SST] ******************* FATAL ERROR **********************
2021-05-20T15:40:59.200930Z 0 [ERROR] [MY-000000] [WSREP-SST] Failed to execute mysql ‘SHOW SLAVE STATUS’. Check the parameters and retry
2021-05-20T15:40:59.200947Z 0 [ERROR] [MY-000000] [WSREP-SST] Line 861 errcode:1
2021-05-20T15:40:59.200972Z 0 [ERROR] [MY-000000] [WSREP-SST] ------------ show slave status log (START) ------------
ERROR 2003 (HY000): Can’t connect to MySQL server on ’ (111)
2021-05-20T15:40:59.200988Z 0 [ERROR] [MY-000000] [WSREP-SST] ------------ show slave status log (END) ------------
2021-05-20T15:40:59.201950Z 0 [ERROR] [MY-000000] [WSREP-SST] ------------ mysql error log (START) ------------
---- Starting the MySQL server used for post-processing ----
2021-05-20T15:40:58.370855Z 0 [Warning] [MY-010915] [Server] ‘NO_ZERO_DATE’, ‘NO_ZERO_IN_DATE’ and ‘ERROR_FOR_DIVISION_BY_ZERO’ sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2021-05-20T15:40:58.370966Z 0 [Warning] [MY-000000] [WSREP] Node is not a cluster node. Disabling pxc_strict_mode
2021-05-20T15:40:58.372264Z 0 [System] [MY-010116] [Server] /home/mysqld/sys/8.0.22_percona_XtraDB/bin/mysqld (mysqld 8.0.22-13.1) starting as process 33206
2021-05-20T15:40:58.401633Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.