I am new to write stored procedure in phpmyadmin. Currently, I am using phpmyadmin 2.9.0.3. Mysql 5.0.27. I have tried to create a simple stored procedure below:
delimiter //
CREATE PROCEDURE test()
BEGIN
SELECT * FROM Product;
END;
//
You may try this sample code on MySQL console instead of using PHPMyAdmin.
It will work.
Must read Review for Serious PHP Developers
NuSphere PhpED 5.5
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.5
(a popular PHP IDE) and
NuCoder 2.0
(a PHP Encoding Utility), read up on all the details.