View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 10:32 AM
agnesroz@gmail.com
 
Posts: n/a
Default mysql-stored procedures

Hi all,
I have mysql 5.0.58 installeed on linux platform, i want to create
stored procedures, in mysql prompt if i give create procedure abc()
select 'abc'; i see error "ERROR 1146 (42S02): Table 'mysql.proc'
doesn't exist", i am stuck with this. Is there any other prerequisties
to create stored procedure which is missing.. please help me sending
proper links or documentation....

Thanks in advance
Reply With Quote