MySQL Forums
Forum List  »  Stored Procedures

reun stored procedures on dedicated server
Posted by: Aniket Gawde
Date: May 09, 2013 12:21AM

hello friends,
Im not dat much good in MySql programming. Im creating an application in which a new database get created for every user by taking reference sql scripts stored in folder.
for newly generated database, I have successfully achieved to create tables and views.
But Im getting problem to create Stored procedures for this new databases.
Can any one tell me the proper syntax or procedure to create those.

my procedure is as follows ---
I have stored my table and View generation scripts in one folder and whenever new db get created files in that folder get executed as sql statements and new db get created.

what is procedure i have to follow to create Store procedure.

than you in advanced.

Options: ReplyQuote


Subject
Views
Written By
Posted
reun stored procedures on dedicated server
1905
May 09, 2013 12:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.