Hi this is my routine in mysqls it working in server but not working in local machine..
CREATE DEFINER=`root`@`localhost` PROCEDURE `ClassWise_Progress`(IN CLS INT, IN EXM INT)
BEGIN
// some stuff
END
MySQL error 1449: The user specified as a definer does not exist