At 14:33 -0600 3/22/04, Daniel Gaddis wrote:
I copied the following from my coldfusion application.log

"Error","2152","03/20/04","09:03:13",,"ODBC Error Code = S1000 (General
error)<P> [MySQL][ODBC 3.51 Driver][mysqld-4.0.18-max-nt-log]Incorrect
key file for table: 'referenceEntries'. Try to repair it<P><P> SQL =
""UPDATE referenceEntries                          SET heading =
'Delete',                                     body = '',
keywords = ''                                                       ,
dateVerified = NULL                                        WHERE entryID
= 168"" "

The contents makes me think there should also be something in the mysql
error log similar to...

Incorrect key file for table: 'referenceEntries'. Try to repair it

But there is no entry in the mysql error log. Any thoughts why not?

The error log is for messages pertaining to problems with the operational state of the server. Normally there's not much in it at all.

The error you show above is a problem with a query sent by a client.
That type of error message is sent to the client, not logged.


-- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.mysql.com

MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to