ho scaricato "mySQL 5.0.15" e ho provato a eseguire una STORED PROCEDURE:

codice:
CREATE PROCEDURE myProc ()
BEGIN
     SELECT Nome,Cognome FROM Anagrafiche;
END

eseguo con "MySQL-Front" e mi restituisce il seguente errore:


codice:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'END' at line 1
devo settare qualcosa nel Database ???
Cosa sbaglio ???