CREATE DEFINER = `root`@`localhost` PROCEDURE `NewProc`(IN `@make_date` varchar)
begin
SET @make_date ='2012-10-10'
end;mySQL error#:1064
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 ''at line 1