Reputation: 32104
I'm building an application using Java and Mysql 5.1. i would like to know if it's possible using mysql alone to catch sql errors and to insert them into a database.
thanks
Upvotes: 0
Views: 98
Reputation: 52372
No. What would happen to an error inserting into the error table?
http://dev.mysql.com/doc/refman/5.1/en/error-log.html
Upvotes: 2