RE: copying blob data to remote box

2004-02-10 Thread Colbey
ilto:[EMAIL PROTECTED] > Sent: Tuesday, February 10, 2004 8:24 AM > To: Scott Purcell > Cc: [EMAIL PROTECTED] > Subject: Re: copying blob data to remote box > > > Are you just copying the files? I'd suggest using mysqldump if you are > not already.. > > > On Tue,

RE: copying blob data to remote box

2004-02-10 Thread Scott Purcell
PROTECTED] Subject: Re: copying blob data to remote box Are you just copying the files? I'd suggest using mysqldump if you are not already.. On Tue, 10 Feb 2004, Scott Purcell wrote: > Hello, > > I am running a DB on a machine in which I am developing on. Then I have been copying >

Re: copying blob data to remote box

2004-02-10 Thread colbey
Are you just copying the files? I'd suggest using mysqldump if you are not already.. On Tue, 10 Feb 2004, Scott Purcell wrote: > Hello, > > I am running a DB on a machine in which I am developing on. Then I have been copying > the contents of ~mysql/data/databasename to another box where I am

copying blob data to remote box

2004-02-10 Thread Scott Purcell
Hello, I am running a DB on a machine in which I am developing on. Then I have been copying the contents of ~mysql/data/databasename to another box where I am running my code. All the data I modify copies well, and I can run on my production box with no problems. Except for binary blob data. Wh