I must add stored procedures to MySQL database.
The problem is that the hosting offers phpMyAdmin to manage the database.
I searched on the Intern
create procedure sp_helpme begin select * from my_table; end //
Delimiters in MySQL.
You have to change ';' to '//' on delimeter box in phpmyadmin. After executing successfully revert back the delimeter.