Is there an error in this code SHOW PROCEDURE CODE proc_name?
The MySQL documentation says it’s correct, but I keep receiving a 1064 error anytime I run the code.
Is there an error in this code SHOW PROCEDURE CODE proc_name ? The MySQL
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This statement is a MySQL extension that is available only for servers that have been built with debugging support.
So, obviously your mysql does not have debugging enabled
because error 1064 stand for parse error.
To enable debug in mysql, is quite straightforward :-
http://dev.mysql.com/doc/refman/5.0/en/server-options.html#option_mysqld_debug
provide mysql is configured –with-debug