MySQL Forums
Forum List  »  Stored Procedures

Re: Create stored procedure
Posted by: Per-Erik Martin
Date: December 01, 2004 09:46AM

This suggests that you are using an old, pre-5.0, database.
Make sure to follow the instructions in http://dev.mysql.com/doc/mysql/en/Upgrading-from-4.1.html ;
what you need to do in particular is to "mysql_fix_privilege_tables", to create the mysql.proc table.

pem, Senior Software Dev., MySQL AB

Options: ReplyQuote


Subject
Views
Written By
Posted
4336
December 01, 2004 09:02AM
3204
December 01, 2004 09:21AM
Re: Create stored procedure
2817
December 01, 2004 09:46AM
2713
December 22, 2004 02:02PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.