I am getting an error while uploading my database to server. my database has many stored procedures(routines) I am getting the following error how i resolve that ?
SQL query:
CREATE DEFINER=`root`@`localhost` PROCEDURE `getAttractions` () BEGIN
SELECT * FROM attractions ;
END$$
MySQL said:
1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation