The page that describes crash recovery in the documentation https://galeracluster.com/library/documentation/crash-recovery.html
should mention the existence of the wsrep_recover script, as a simpler alternative to mysqld --wsrep_recover.
Simply typing mysqld --wsrep_recover may result in mysqld failing due to permissions. It may be necessary to add --user= option.
Notice that the wsrep_recover script is only available on 8.0 at the moment.
The page that describes crash recovery in the documentation https://galeracluster.com/library/documentation/crash-recovery.html should mention the existence of the wsrep_recover script, as a simpler alternative to option.
Notice that the wsrep_recover script is only available on 8.0 at the moment.
mysqld --wsrep_recover
. Simply typingmysqld --wsrep_recover
may result in mysqld failing due to permissions. It may be necessary to add --user=