I have created a stored procedure in MySQL and tried to call it by using the callable statement. I've got the following error:
[mysqld-5.1.53-community]PROCEDURE test.HI does not exist
Not sure how to continue further and don't know where to find the stored procedure in the database.
If you are using phpmyadmin, you can see stored procedures under
Routines
in your database page.