[rt-users] SQL syntax error in 3.0.7

Blair Zajac blair at orcaware.com
Tue Dec 30 14:41:27 EST 2003


Jesse Vincent wrote:
> 
> On Tue, Dec 30, 2003 at 09:11:33AM -0800, Blair Zajac wrote:
> > Hello,
> >
> > I'm seeing these intermittent warning messages in my /var/log/messages
> > on RedHat 9.
> 
> What DBIx::SearchBuilder? And can you peek in your mysql error log to
> see if it's the "Load an empty user" issue or something else?

It's 0.95 of DBIx::SearchBuilder.  I've got all the latest CPAN packages
in my Perl install, using Perl 5.8.2.

The only error log I could find with MySQL's RPMs is in

/var/lib/mysql/HOSTNAME.err

which just contains this

031223 17:14:16  mysqld ended

031223 17:14:16  mysqld started
031223 17:14:16  InnoDB: Started
/usr/sbin/mysqld: ready for connections.
Version: '4.0.17-standard'  socket: '/var/lib/mysql/mysql.sock'  port: 0
031223 17:14:24  /usr/sbin/mysqld: Normal shutdown

031223 17:14:24  InnoDB: Starting shutdown...
031223 17:14:26  InnoDB: Shutdown completed
031223 17:14:26  /usr/sbin/mysqld: Shutdown Complete

031223 17:14:26  mysqld ended

031223 17:14:32  mysqld started
031223 17:14:32  InnoDB: Started
/usr/sbin/mysqld: ready for connections.
Version: '4.0.17-standard'  socket: '/var/lib/mysql/mysql.sock'  port: 0

Is this where error messages would show up?

The /etc/rc.d/init.d/mysql runs this:

$bindir/mysqld_safe --datadir=$datadir --pid-file=$pid_file >/dev/null 2>&1 &

Would redirecting these errors to /dev/null lose the errors?

Best,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/



More information about the rt-users mailing list