Setting your MySQL delimiter
If you want to change your delimiter in MySQL which is by default ; you can execute the command in MySQL,
mysql> delimiter |
This can be useful when writing stored procedures.
[Click to add or edit comments])
Please prepend comments below including a date