Re: Client being locked out by aborted connections

2006-10-26 Thread Bill Moran
In response to Bill Moran <[EMAIL PROTECTED]>: > In response to "Dan Buettner" <[EMAIL PROTECTED]>: > > > Bill, you can up the value of 'max_connect_errors' (default is 10 it > > appears) to make this problem appear less frequently while you

Re: Client being locked out by aborted connections

2006-10-24 Thread Bill Moran
coincides with a system upgrade, what exactly was upgraded? Lots of stuff. MySQL server, MySQL client, PHP, the OS. As I stated, if there's no obvious answer, I just want to disable the automatic blocking of hosts so I can debug this on my own time. Anyone know the config option to do so? I

Client being locked out by aborted connections

2006-10-24 Thread Bill Moran
.3-RELEASE-p37 php5-pgsql-5.1.6_1 mysql-client-4.1.21 Server: FreeBSD 5.3-RELEASE-p37 mysql-server-4.1.21 -- Bill Moran Collaborative Fusion Inc. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Problem using "SELECT INTO DUMPFILE"

2001-05-09 Thread Bill Moran
Peter Pentchev wrote: > So, MySQL 3.22.x does not have the capability to produce dumpfiles, > only outfiles. > > Ah. I just read the whole of your message. You are using a 3.22.32 server - > so, sorry, but you're out of luck :( A Curses, I was hoping to avoid an upgrade (since we've ha

Re: Problem using "SELECT INTO DUMPFILE"

2001-05-09 Thread Bill Moran
oesn't solve my probem ;) Thanks for the feedback so far. -Bill Peter Pentchev wrote: > > On Wed, May 09, 2001 at 09:20:52AM -0400, Bill Moran wrote: > > Thanks for the reply, but I need a binary transfer of the DATA in the > > field only. INTO OUTFILE does 2 things

Re: Problem using "SELECT INTO DUMPFILE"

2001-05-09 Thread Bill Moran
hat I need. Any other suggestions? -Bill Robin Keech wrote: > > use > SELECT * INTO OUTFILE 'filename' . > > -Original Message- > From: Bill Moran [mailto:[EMAIL PROTECTED]] > Sent: 09 May 2001 00:44 > To: [EMAIL PROTECTED] > Subject: Problem u

Problem using "SELECT INTO DUMPFILE"

2001-05-08 Thread Bill Moran
I get an error stating: "you have an error in your SQL syntax near 'dumpfile '/data/file.doc''" The command I'm trying to execute is: select resume from apps where appid=23 into dumpfile '/data/file.doc' The server and client are on two different computers. I'm using client version 3.23.36 on m