MySQL Forums
Forum List  »  Stored Procedures

Error 1607 Cannot create stored routine
Posted by: Ruslan Primak
Date: February 21, 2008 03:58AM

Hello!

I can't create simple storage procedure in "MySQL Administrator".
OS: Windows XP SP2
MySQL 5.1.23
Developer machine configuration.
user: root

I try to execute:

CREATE PROCEDURE `database1`.`test` ()
BEGIN

END

And receive:
Error while executing query.

CREATE PROCEDURE `database1`.`test` ()
BEGIN

END


MySQL Error Number 1607
Cannot create stored routine `test`. Check warnings

What I do wrong? And how I can create stored procedure? A can manually insert record to `proc` table in `mysql`. Why I can't do this by MySQL Administrator?

Options: ReplyQuote


Subject
Views
Written By
Posted
Error 1607 Cannot create stored routine
17665
February 21, 2008 03:58AM
10231
February 22, 2008 10:09AM
4947
February 28, 2008 09:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.