Click to See Complete Forum and Search --> : Stored procedure in PHPMyAdmin


Huffmand
March 11th, 2009, 03:57 PM
Is it possible to create a stored procedure using PHPmyadmin only. If so where to insert the procedure?

PeejAvery
March 12th, 2009, 07:31 AM
Why don't you just use the SQL tab and input your procedure there?

blueday54555
March 19th, 2009, 10:38 AM
Using phpMyAdmin to Create Stored Procedures:

http://test.nth-design.com/2009/02/25/creating-sp-in-phpmyadmin/

dvlprwun
July 21st, 2011, 01:21 AM
thanks!. that linked worked like a charm. I didn't even see the delimiter textbox down there.