Stored Procedure Programming for MySQL5 - Part 1 ? a/r/t by php|architect Basically, a stored procedure is a "routine" written in SQL statements that are saved on the database server. For example you can create a stored procedure specificaly for your application.MySQL5から目玉機能としてストアドプロシージャが実装されましたが、そのMySQL5ストアドプロシージャプログラミングの記事。 ストアドプロシージャとはDB側で関数を持っておいて独自の処理を定義しておき、DB側で処理させて、その結果をクライアントが待つというような場合に使