How do I write an SP in phpMyAdmin (MySQL)?

In phpMyAdmin you can create the stored procedure in the SQL window.

You may have to set the delimieter to something like “$$” instead of the default “;”. You can change this from the bottom of the SQL window.

Stored Procedure in phpMyAdmin

Leave a Comment