Callable Statement

155 Views Asked by At

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.

1

There are 1 best solutions below

0
On

If you are using phpmyadmin, you can see stored procedures under Routines in your database page.