create user 'mariauser'@'%'identified by 'mariauser'; grant all privileges on *.* to 'mariauser'@'%'identified by 'mariauser'; grant all privileges on *.* to 'mariauser'@'localhost'identified by 'mariauser'; create user 'mariauserd'@'%'identified by 'mariauser'; grant all privileges on *.* to 'mariauserd'@'%'identified by 'mariauserd'; grant all privileges on *.* to 'mariauserd'@'localhost'identified by 'mariauserd'; FLUSH PRIVILEGES; SET GLOBAL wsrep_provider_options="pc.bootstrap=1";