I've installed 5.0.0 (from 24dec04) on WinXP. I connect with the following string

mysql --user=root

when I try to create a stored procedure with the following command:

create procedure xxx() select * from pet;

I get the following error:

ERROR 1146 (42S02): Table 'mysql.proc' doesn't exist

What should I do?



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to