How to view queries that returned error?

Asked

Viewed 71 times

1

Hello,

I wonder if in mysql, in his own dictionary (Mysql) I can debug the query that returns with an error of a particular application?

  • 1

    Are you using PHP? Please explain your question better.

  • 1

    No, VBA and I need to see if some errors that return is in the database or in the application (which is almost certain to be the application) but I need specific information to prove.

  • 1

    have you searched the mysql error log? http://ftp.nchu.edu.tw/MySQL/doc/refman/4.1/pt/error-log.html

  • 2

    It would not be basically what you have asked in http://answall.com/questions/37778/howto capture a-query-no-mysql-de-adetermined?

  • It turned out to look like this, but actually I don’t know mysql handles queries with errors together with all queries. I’m going to go to a parsed mysql documentation if I find that can help in this log issue. Thanks for the help.

  • Rodrigo, wouldn’t it be better to add an error handling to the code?

  • I’ll do it! Thank you.

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.