RE: create/restore database without binary logging

2006-03-02 Thread Rithish Saralaya
Thanks Sheeri. Regards, Rithish. -Original Message- From: sheeri kritzer [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 11:26 PM To: Rithish Saralaya Cc: MySQL general mailing list Subject: Re: create/restore database without binary logging Rithish, It's possible to do

RE: create/restore database without binary logging

2006-03-02 Thread Ryan Stille
ySQL general mailing list > Subject: Re: create/restore database without binary logging > > Rithish, > > It's possible to do this by turning off binary logging, > restarting the server, importing, turning on binary logging, > and restarting. > > -Sheeri > > On 2/

Re: create/restore database without binary logging

2006-03-02 Thread sheeri kritzer
Rithish, It's possible to do this by turning off binary logging, restarting the server, importing, turning on binary logging, and restarting. -Sheeri On 2/27/06, Rithish Saralaya <[EMAIL PROTECTED]> wrote: > Hello. > > I was going to recreate a database of size 35 GB from sql dump file. Wanted >