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
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
.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]
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
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
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
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