Error handling docs

from the Artful MySQL Tips List


MySQL documentation on error handling is peculiarly hard to find unless you know what you are looking for. Here's where it is for MySQL 5.6:

DECLARE ... HANDLER:
http://dev.mysql.com/doc/refman/8.0/en/declare-handler.html

SIGNAL:
http://dev.mysql.com/doc/refman/8.0/en/signal.html

RESIGNAL:
http://dev.mysql.com/doc/refman/8.0/en/resignal.html

GET DIAGNOSTICS:
http://dev.mysql.com/doc/refman/8.0/en/get-diagnostics.html

Last updated 16 Aug 2024


Return to the Artful MySQL Tips page