you can make mysql log everything it is doing, by starting it mysqld -l with the -l flag. It will then log all connections failed or otherwise queries (everything) to /usr/lib/mysql/yourhostname.log (rpm install)
very useful. ----- Original Message ----- From: "David Kramer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 4:22 PM Subject: NEWBIE: Is there a way to check if the mysql connector is working? > Im running RH 7.2, Mysql 3.23.41-1, and Tomcat 4.1.2 with the most current > Connector J from Mysql. I jar xf the connector jar within my tomcat4 dir > under etc. Is there a way to simply validate the connector is working? Im > hoping there is something other than using a simple Result Set or JSP? > Thoughts anyone? > > Thanks much, > > DK > > David Kramer > Software Developer > Reflect.com > Direct: 415.369.4856 > Cell: 650.302.7889 > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
