RE: Unexpected gradual replication log size increase.

2012-10-18 Thread Kent Ho
Thanks for the replies. After examining the logs carefully. We found several devices sending snmp traps to the application making it composing large sql statements to mysql. Statment over a meg on size on 1 line. We disabled those devices and the problems have gone away. Thanks. Kent.

Re: Unexpected gradual replication log size increase.

2012-10-18 Thread Dehua Yang
Hi Kent How did you found the snmp traps ? Would you give me some tips that how did you locate this problem? On Thu, Oct 18, 2012 at 5:37 PM, Kent Ho k...@graffiti.net wrote: Thanks for the replies. After examining the logs carefully. We found several devices sending snmp traps to the

Re: error 13

2012-10-18 Thread Ananda Kumar
how did u connect mysql on your laptop On Thu, Oct 18, 2012 at 1:19 AM, kalin ka...@el.net wrote: thanks amanda... the local worked for some reason... in about 10 years of using mysql i have never had to do that. i still wonder why would the thing not stat it. file and dir are both 777

Re: error 13

2012-10-18 Thread kalin
not sure i follow. what do you mean connect?! there is a server (mysqld) and a client (mysql). the client gets to the server via the socket. like on any other unix machine. how did i connect mysql to what exactly? On 10/18/12 6:42 AM, Ananda Kumar wrote: how did u connect mysql on your

Re: error 13

2012-10-18 Thread Michael Dykman
The reason this is significant is because we are speaking about INFILE use. The server processes infile commands assuming the file is already stored on the server. LOCAL INFILE tells mysql that file is local to the mysql client and must be moved to the server before processing. I suspect that