Re: Changing a field's data in every record

2017-02-19 Thread Brad Barnett
Erm. I've seen some weird responses to this. Yes, you can do this. First -- get the data into a usable format. Then, put it into a usable format (eg, timestamp for datetime field). Read up on how mysql interprets date/time data on fields. And, create a new timestamp or date field. Then, do

Re: io thread very slow copying binlogs

2017-01-20 Thread Brad Barnett
Hey Morgan, Thanks for the tip. Might come in handy. But, I'm positive it's not a disconnect / reconnect thing. Or, at least not one affected by that timeout. I can do a watch ls -lh in the binlog dir, and see the relay log increasing in size by a M every 4 or 5 seconds or so. About

Re: io thread very slow copying binlogs

2017-01-20 Thread Brad Barnett
I should add that I've turned the SQL thread off, it makes no difference from what I can see... On Fri, 20 Jan 2017 10:31:38 -0500 Brad Barnett <b...@l8r.net> wrote: > > > > On Fri, 20 Jan 2017 10:30:09 -0500 > Brad Barnett <mysql-general-l...@l8r.net> wrote:

io thread very slow copying binlogs

2017-01-20 Thread Brad Barnett
Hey all, I have a weird issue. MySQL community edition 5.6.29, running Linux. Binlogs never seem to get caught up on slaves. I've done all I can, to validate that this isn't network or disk related. Disk tests (using iostat and other methods) show lots of bandwidth left on the slave and

Strange queries

2001-04-09 Thread Brad Barnett
SELECT url,newwebsites.description,newwebsites.title,newwebsites.catid,category.fullname,MATCH newwebsites.description AGAINST ('aliens') as GOO from newwebsites,category LEFT JOIN userrestrictions ON userrestrictions.name REGEXP '[[::]]username|GLOBALAUTHADMIN[[::]]' AND