Re: error logging from fulltext plugin

2009-07-16 Thread Tom Kleinpeter
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

error logging from fulltext plugin

2009-07-15 Thread Tom Kleinpeter
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

RE: mysql *SERVER* error logging

2005-03-08 Thread Michael Loftis
--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'

RE: mysql *SERVER* error logging

2005-03-08 Thread Daniel Fisla
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 >

Re: mysql *SERVER* error logging

2005-03-08 Thread matt_lists
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

RE: mysql *SERVER* error logging

2005-03-08 Thread Michael Loftis
--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

RE: mysql error logging

2005-03-08 Thread Daniel Fisla
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

mysql error logging

2005-03-08 Thread Michael Loftis
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

error logging

2002-03-12 Thread Victoria Reznichenko
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

error logging

2002-03-11 Thread Jerrad Pierce
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/