Saturday, January 15, 2022

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

Issue

How do I write a stored procedure in phpMyAdmin?


Solution

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



Answered By - Daniel Vassallo

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.