MySQL Error handling
Hello.Can you please suggest how to maintain error handling in mysql.
I want to create 1 table with required columns.
In store procedures whenever, control goes to catch block, I want to insert error data into table.
Please give table structure and store procedure.