Re: mysql 5.0.0 error when creating a stored procedure

2003-12-26 Thread Victoria Reznichenko
"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

mysql 5.0.0 error when creating a stored procedure

2003-12-25 Thread Kostyantyn Zuzik
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