Re: Data masking for mysql

2014-04-17 Thread misiaq
Hi, If you don't care to much how the data look like - just run once of update and replace it with some random stings. If you do however, and you still want to telephone numbers looks like telephone numbers, what I can suggest is to use a data generator like this one http://www.generatedata.com

Re: Difference between log-buffer "flushing" and "log-buffer" syncing?

2014-04-17 Thread Ajay Garg
On Thu, Apr 17, 2014 at 3:03 PM, Manuel Arostegui wrote: > > > > 2014-04-17 11:11 GMT+02:00 Ajay Garg : > > On Thu, Apr 17, 2014 at 2:28 PM, Reindl Harald > >wrote: >> >> > >> > >> > Am 17.04.2014 10:55, schrieb Ajay Garg: >> > > I do understand the meaning of Unix "sync" function. >> > > >> > >

Re: Difference between log-buffer "flushing" and "log-buffer" syncing?

2014-04-17 Thread Manuel Arostegui
2014-04-17 11:11 GMT+02:00 Ajay Garg : > On Thu, Apr 17, 2014 at 2:28 PM, Reindl Harald >wrote: > > > > > > > Am 17.04.2014 10:55, schrieb Ajay Garg: > > > I do understand the meaning of Unix "sync" function. > > > > > > So, you mean to say that "flushing" and "syncing" are same, in the > > conte

Re: Difference between log-buffer "flushing" and "log-buffer" syncing?

2014-04-17 Thread Ajay Garg
On Thu, Apr 17, 2014 at 2:28 PM, Reindl Harald wrote: > > > Am 17.04.2014 10:55, schrieb Ajay Garg: > > I do understand the meaning of Unix "sync" function. > > > > So, you mean to say that "flushing" and "syncing" are same, in the > context of MySQL? > > please get rid of top-posting and reply-al

Re: Difference between log-buffer "flushing" and "log-buffer" syncing?

2014-04-17 Thread Reindl Harald
Am 17.04.2014 10:55, schrieb Ajay Garg: > I do understand the meaning of Unix "sync" function. > > So, you mean to say that "flushing" and "syncing" are same, in the context of > MySQL? please get rid of top-posting and reply-all a flush without a sync is "dear operating system, may i ask you

Re: Difference between log-buffer "flushing" and "log-buffer" syncing?

2014-04-17 Thread Ajay Garg
Reindl, I do understand the meaning of Unix "sync" function. So, you mean to say that "flushing" and "syncing" are same, in the context of MySQL? On Thu, Apr 17, 2014 at 2:15 PM, Reindl Harald wrote: > > Am 17.04.2014 10:37, schrieb Ajay Garg: > > I am a newbie to MySQL, and have been going th

Re: Difference between log-buffer "flushing" and "log-buffer" syncing?

2014-04-17 Thread Reindl Harald
Am 17.04.2014 10:37, schrieb Ajay Garg: > I am a newbie to MySQL, and have been going through several online > resources. > > I usually come across the terms - "flushing" and "syncing" the log-buffer. > In particular, these two terms hold great significance while selecting the > value of > "inno

Difference between log-buffer "flushing" and "log-buffer" syncing?

2014-04-17 Thread Ajay Garg
Hi all. I am a newbie to MySQL, and have been going through several online resources. I usually come across the terms - "flushing" and "syncing" the log-buffer. In particular, these two terms hold great significance while selecting the value of "innodb_flush_log_at_trx_commit