"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 error: > > ERROR 1146 (42S02): Table 'mysql.proc' doesn't exist > > What should I do?
You should upgrade privilege tables. In the /scripts directory you can find mysql_fix_privilege_tables.sql SQL script. Use it to upgrade tables: http://www.mysql.com/doc/en/Upgrading-grant-tables.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]