This is a discussion on stored procedures within the MySQL forums, part of the Database Server Software category; --> Hi all, I have mysql 5.0.58 installeed on linux platform, i want to create stored procedures, in mysql prompt ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |