Re: Re: Dump/restore - lost data!

2005-09-08 Thread Scott Noyes
> >Isn't this what the --hex-blob option to mysqldump is for? > > There is no such option to mysqldump in version 4.1.11. > >From the manual: --hex-blob Dump binary string columns using hexadecimal notation (for example, 'abc' becomes 0x616263). The affected columns are BINARY, VARBINARY, and B

Re: Re: Dump/restore - lost data!

2005-09-08 Thread Mailing List Receiver
>> We did a mysqldump to produce a transport file >> from version 3 of mysql to insert the data into version 4 of mysql. >> The encoded numbers were munged, presumably because they were >> binary data in the dump. >Isn't this what the --hex-blob option to mysqldump is for? There is no such opti

Re: Dump/restore - lost data!

2005-09-08 Thread Scott Noyes
> We did a mysqldump to produce a transport file > from version 3 of mysql to insert the data into version 4 of mysql. > The encoded numbers were munged, presumably because they were > binary data in the dump. Isn't this what the --hex-blob option to mysqldump is for? -- MySQL General Mailing L