Galera Node Won't Rejoin Cluster

Comments

2 comments

  • Avatar
    Jason Mallory

    Figured it out. There was a .sst directory that had files. Deleted those. Started mysql. Everything restored and node put back in servce

    0
    Comment actions Permalink
  • Avatar
    Robert Kaktus

    Try create set user on "master":

    CREATE USER 'sstuser'@'localhost' IDENTIFIED BY 'yourPass';
    GRANT PROCESS, RELOAD, LOCK TABLES, REPLICATION CLIENT ON *.* TO 'sstuser'@'localhost';

    FLUSH PRIVILEGES;

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk