Re: [rt-users] binary attachment corruption?

2006-07-28 Thread Ruslan Zakirov
yep, when we merge 3.5-EXPERIMENTAL-MYSQL-UPDATES (http://svn.bestpractical.com/cgi-bin/index.cgi/bps/browse/rt/branches/) into 3.6 On 7/28/06, Ted Serreyn <[EMAIL PROTECTED]> wrote: Ruslan, this solution also resolved the attachment issue here under rt 3.6.0. Is this going to be a permanent ch

RE: [rt-users] binary attachment corruption?

2006-07-28 Thread Ted Serreyn
Ruslan, this solution also resolved the attachment issue here under rt 3.6.0. Is this going to be a permanent change to the schema? -- Ted Serreyn Phone: 262-432-0260 Fax: 262-432-0232 Serreyn Network Services, LLChttp://www.serreyn.com/ Hello, Chris. Could you backu

Re: [rt-users] binary attachment corruption?

2006-07-27 Thread Covington, Chris
On Thu, Jul 27, 2006 at 12:49:44AM +0400, Ruslan Zakirov wrote: > Hello, Chris. > Could you backup your DB, and run next to SQL queries? > ALTER TABLE Attachments CHANGE Content Content LONGBLOB NULL; > > Then check if you could binary attachments without problems and report back. > This query is

Re: [rt-users] binary attachment corruption?

2006-07-26 Thread Ruslan Zakirov
Hello, Chris. Could you backup your DB, and run next to SQL queries? ALTER TABLE Attachments CHANGE Content Content LONGBLOB NULL; Then check if you could binary attachments without problems and report back. This query is safe but anyway I would suggest you to backup data. On 7/27/06, Covington

Re: [rt-users] binary attachment corruption?

2006-07-26 Thread Covington, Chris
On Thu, Jul 20, 2006 at 01:06:01PM -0400, Jesse Vincent wrote: > > > > On Thu, Jul 20, 2006 at 12:54:36PM -0400, Covington, Chris wrote: > > On Wed, Jun 07, 2006 at 10:42:23AM -0400, Covington, Chris wrote: > > > Has anyone gotten this sorted out? I've upgraded to mysql 5.0.22 and I > > > still

Re: [rt-users] binary attachment corruption?

2006-07-20 Thread Jesse Vincent
On Thu, Jul 20, 2006 at 12:54:36PM -0400, Covington, Chris wrote: > On Wed, Jun 07, 2006 at 10:42:23AM -0400, Covington, Chris wrote: > > Has anyone gotten this sorted out? I've upgraded to mysql 5.0.22 and I > > still have this problem, so it must be in the configuration somewhere. > > I've tr

Re: [rt-users] binary attachment corruption?

2006-07-20 Thread Covington, Chris
On Wed, Jun 07, 2006 at 10:42:23AM -0400, Covington, Chris wrote: > Has anyone gotten this sorted out? I've upgraded to mysql 5.0.22 and I > still have this problem, so it must be in the configuration somewhere. > I've tried starting mysql with --character-set-server=binary and > --default-charact

Re: [rt-users] binary attachment corruption on database move

2006-07-18 Thread Duncan McEwan
> Has anyone else experienced corruption of binary attachments when moving > their RT database from one host to another? There have been several threads on this subject on the mailing lists. Search the rt-devel archives for Dec 05 for the subject "mysqldump on Attachments table (bug #6655)" and th

Re: [rt-users] binary attachment corruption?

2006-06-07 Thread Covington, Chris
On Thu, Jun 01, 2006 at 12:34:32PM -0400, Jesse Vincent wrote: > > > > On Thu, Jun 01, 2006 at 11:32:10AM -0500, Ted Serreyn wrote: > > Interesting > > > > > > mysqldump --all-databases --with-default-charset=binary >dump.test > > mysqldump: unknown variable 'with-default-charset=binary' > > >

RE: [rt-users] binary attachment corruption?

2006-06-01 Thread Ted Serreyn
Ted Serreyn Sent: Thursday, June 01, 2006 11:29 AM To: 'Drew Barnes' Cc: rt-users@lists.bestpractical.com Subject: RE: [rt-users] binary attachment corruption? That is how I tested, and no it didn't help. -- Ted Serreyn Phone: 262-432-0260 Fax: 262-432-0232

Re: [rt-users] binary attachment corruption?

2006-06-01 Thread Jesse Vincent
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Drew Barnes > Sent: Tuesday, May 30, 2006 3:04 PM > To: Covington, Chris > Cc: rt-users@lists.bestpractical.com > Subject: Re: [rt-users] binary attachment corruption? > > Jesse

RE: [rt-users] binary attachment corruption?

2006-06-01 Thread Ted Serreyn
al.com Subject: Re: [rt-users] binary attachment corruption? Jesse may have inadvertently touched on this in his response. It looks like your default character set is utf8, but Jesse suggested doing dumps with --with-default-charset=binary. Hmmm2+2= ___ maybe? Anyone tried setting [mys

RE: [rt-users] binary attachment corruption?

2006-06-01 Thread Ted Serreyn
AM To: Ted Serreyn Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] binary attachment corruption? I suspect existing binary attachments are broken beyond repair. Have you tried running mysql with binary as the default character set and sending in a ticket with a new attachment?

Re: [rt-users] binary attachment corruption?

2006-05-31 Thread Drew Barnes
I suspect existing binary attachments are broken beyond repair. Have you tried running mysql with binary as the default character set and sending in a ticket with a new attachment? Ted Serreyn wrote: I wish the fix was that simple, but changing the default charset on mysql, then restarting

RE: [rt-users] binary attachment corruption?

2006-05-30 Thread Ted Serreyn
: Re: [rt-users] binary attachment corruption? Jesse may have inadvertently touched on this in his response. It looks like your default character set is utf8, but Jesse suggested doing dumps with --with-default-charset=binary. Hmmm2+2= ___ maybe? Anyone tried setting [mysqld] character-set

Re: [rt-users] binary attachment corruption?

2006-05-30 Thread Drew Barnes
Jesse may have inadvertently touched on this in his response. It looks like your default character set is utf8, but Jesse suggested doing dumps with --with-default-charset=binary. Hmmm2+2= ___ maybe? Anyone tried setting [mysqld] character-set-server = binary and reporting back? But I'

Re: [rt-users] binary attachment corruption?

2006-05-30 Thread Covington, Chris
On Mon, May 29, 2006 at 09:30:48AM -0500, Ted Serreyn wrote: > In my case it is an existing rt installation, that has started to experience > this problem I believe since the mysql upgrade. New attachments sent in are > always corrupted (ok only the binary ones). I am having the same problem w/4.

RE: [rt-users] binary attachment corruption?

2006-05-29 Thread Ted Serreyn
, LLChttp://www.serreyn.com/ -Original Message- From: Mike Patterson [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 12:05 AM To: Ted Serreyn Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] binary attachment corruption? Ted, I had a binary attachment problem

Re: [rt-users] binary attachment corruption?

2006-05-27 Thread Jesse Vincent
On Sat, May 27, 2006 at 09:32:27AM -0500, Ted Serreyn wrote: > Seeing corruptions for any and all binary attachments. rt-3.4.5, mysql > 4.1.19. I am suspecting that this is a mysql problem. Did you dump and reload without specifying --with-default-charset=binary? Mysql 4.1 changed their def