Re: [Maria-developers] User question

2013-04-19 Thread Roberto Spadim
could start small and get bigger latter, maybe some sponsors could help, mariadb have a big name now, mysql got smaller in name (ok oracle is big, but many guys replace mysql with mariadb and don't want to get back) in Brazil internet link is small near 100kb/s for upload, so a small hardware of 7

Re: [Maria-developers] User question

2013-04-19 Thread Jeremy Cole
Roberto, Leaving aside any technical issues for how it would work or if it would even work... Do be aware that there's a huge difference between a company doing *development* and doing *operations*. Supporting something like this would be a tremendous burden and very expensive, and it's definitel

Re: [Maria-developers] User question

2013-04-19 Thread Roberto Spadim
just some ideas... we could develop it as a native feature of mariadb... think about... the user install the database and start works... in some day a guy tell about disaster recovery, the user don't know about it (disaster recovery) but know that the data isn't safe in only one machine without ba

Re: [Maria-developers] User question

2013-04-19 Thread Roberto Spadim
guys, anyone know about a public or private replication service for mysql/mariadb? i know the amazon a-z, there's anothers? maybe we could receive money creating a service like this in mariadb.org, what you think? 2013/4/19 Michael Widenius > > Hi! > > > "Roberto" == Roberto Spadim writes

Re: [Maria-developers] User question

2013-04-19 Thread Michael Widenius
Hi! > "Roberto" == Roberto Spadim writes: Roberto> other doubt, i will have about 256 masters Roberto> how could i change limit of masters? in multi-source replication page of Roberto> mariadb it says: Roberto> You can for now only have 64 masters (trivial to increase if necessary). Rober

Re: [Maria-developers] User question

2013-04-19 Thread Michael Widenius
Hi! > "Roberto" == Roberto Spadim writes: Roberto> hi guys, i read about multi master replication but didn't found examples Roberto> there's a wiki or an example of how to setup 2 masters and 1 slave Roberto> replication? Roberto> using different databases, like: Roberto> create database d

Re: [Maria-developers] User question

2013-04-18 Thread Roberto Spadim
there`s a directory inside mariadb binary file, called support-files maybe a example there could be nice three files only: mysql-multi_master_replication_1.cnf mysql-multi_master_replication_2.cnf mysql-multi_master_replication_slave.cnf 2013/4/18 Roberto Spadim > other doubt, i will have about

Re: [Maria-developers] User question

2013-04-18 Thread Roberto Spadim
other doubt, i will have about 256 masters how could i change limit of masters? in multi-source replication page of mariadb it says: You can for now only have 64 masters (trivial to increase if necessary). https://kb.askmonty.org/en/multi-source-replication/ 2013/4/18 Roberto Spadim > hi guys,

[Maria-developers] User question

2013-04-18 Thread Roberto Spadim
hi guys, i read about multi master replication but didn't found examples there's a wiki or an example of how to setup 2 masters and 1 slave replication? using different databases, like: create database db1; (on slave) create database db2; (on slave) master1 will replicate on db1 and master2 on db2