Trying to display a stored proc, and trying to do what the manual says:
This just comes back with the generic MySQL error. "You have an error in your MySQL syntax..."
Any ideas on how to display a stored proc?
Thanks
by Lastwords,
Maentwrog (n.Welsh): Celtic word for a computer spelling mistake.
Code:
SHOW PROCEDURE CODE p1;
This just comes back with the generic MySQL error. "You have an error in your MySQL syntax..."
Any ideas on how to display a stored proc?
Thanks
by Lastwords,
Maentwrog (n.Welsh): Celtic word for a computer spelling mistake.