As a followup, simply logging to stderr prints to the $host.err in the
mysql data directory, which is good enough for my purposes.
In case anyone else is curious, when experimenting I found I could use
my_printf_error to return errors to the console where I inserted the
bad data. But, that didn't
Hello,
I've written a fulltext plugin for Mysql 5.1. The plugin works great
and I'm happy with it, but I would like to log an error when I
encounter some unexpected data. Do plugins have access to the Mysql
error log? If so, how do I write to it?
Thanks!
--
MySQL General Mailing List
For lis
--On Tuesday, March 08, 2005 15:44 -0500 Daniel Fisla <[EMAIL PROTECTED]>
wrote:
I see your point, especially when not being in control of client software.
You may be in a hard position.
I assume your did already some research into this so I won't give you the
RTFM answer. :-)
Yes lots :( That'
t: Tuesday, March 08, 2005 3:23 PM
To: Daniel Fisla; mysql@lists.mysql.com
Subject: RE: mysql *SERVER* error logging
--On Tuesday, March 08, 2005 15:03 -0500 Daniel Fisla <[EMAIL PROTECTED]>
wrote:
>
> Under UNIX/linux use syslog, for me /var/log/messages shows login/auth
>
I'm glad I'm not the only one that thinks the logging in mysql blows chunks
Every other piece
of server software can log it's authentication issues and disposition,
why can't MySQL? Oracle can do this, Postgres, DB2, etc etc etc.
--
MySQL General Mailing List
For list archives: http://lists.my
--On Tuesday, March 08, 2005 15:03 -0500 Daniel Fisla <[EMAIL PROTECTED]>
wrote:
Under UNIX/linux use syslog, for me /var/log/messages shows login/auth
error
Mar 6 05:39:11 orion pdns[1865]: gmysql Connection failed: Unable to
connect to database: Access denied for user 'root'@'localhost' (usin
the client side and/or middle tier
anyway.
Just my $0.02 worth.
-Daniel.
-Original Message-
From: Michael Loftis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 08, 2005 2:45 PM
To: mysql@lists.mysql.com
Subject: mysql error logging
OK I've honestly banged my head against everyi
OK I've honestly banged my head against everying, but as far as I can tell
MySQL has *NO* real logging support. You have three options, log
everything as text, log all queries as binary, or nothing.
What I want/NEED is connection logging and some sort of ERROR logging. I'm
Jerrad,
Tuesday, March 12, 2002, 12:52:00 AM, you wrote:
JP> Why doesn't mysql have a --err-log option?
JP> Are at the *very* least send it's output to STDERR instead of STDOUT?
mysqld writes all errors to the 'mysql.err' file (in Windows) or to
the stderr, that is redirected by safe_mysqld to t
Why doesn't mysql have a --err-log option?
Are at the *very* least send it's output to STDERR instead of STDOUT?
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/
10 matches
Mail list logo