Is there a way in MySQL to print debugging messages to stdout, temptable or logfile? Something like:
print
DBMS_OUTPU
Quick way to print something is:
select '** Place your mesage here' AS '** DEBUG:';