"Kostyantyn Zuzik" <[EMAIL PROTECTED]> wrote:
> 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 e
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
Wha