Re: [Maria-discuss] replicate to multimaster

2016-07-11 Thread Daniel Black
On 12/07/16 15:10, Umarzuki Mochlis wrote: > Guillaume Lefranc, > > Thanks for that article. > > If I only want to get all user grants from standalone server, would it > be simpler to dump and restore mysq.user? probably. since MyISAM isn't replicated you'll need to have these in the form of

Re: [Maria-discuss] replicate to multimaster

2016-07-11 Thread Umarzuki Mochlis
Guillaume Lefranc, Thanks for that article. If I only want to get all user grants from standalone server, would it be simpler to dump and restore mysq.user? 2016-07-11 17:14 GMT+08:00 Guillaume Lefranc : > Hi Umarzuki, > > the following blog post should help you: > > http://severalnines.com/blog

Re: [Maria-discuss] replicate to multimaster

2016-07-11 Thread Guillaume Lefranc
Hi Umarzuki, the following blog post should help you: http://severalnines.com/blog/multi-source-replication-mariadb-galera-cluster Regards, On Mon, Jul 11, 2016 at 10:23 AM Umarzuki Mochlis wrote: > Hi, > > I have a single Mariadb server 10.1 on Ubuntu 14.04 and 3 Mariadb 10.1 > servers on Ub