Hey guys,
I got the following errors when trying to put this in a empty database of my website. The database is from the 5528 co version.
SQL-query:
DELIMITER ; ;
CREATEDEFINER=`root`@`localhost`PROCEDURE`DeleteUs erFriend` (IN ownerId INT unsigned,IN friendId INT unsigned ) BEGIN DELETEFROM friend WHERE userid = ownerId AND friend = friendId;
END ; ;
MySQL retourneerde:
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
A while ago there wasn't any issue with the database when I tried to put this queries into the database of my website's host.
Can someone help me?
I got the following errors when trying to put this in a empty database of my website. The database is from the 5528 co version.
SQL-query:
DELIMITER ; ;
CREATEDEFINER=`root`@`localhost`PROCEDURE`DeleteUs erFriend` (IN ownerId INT unsigned,IN friendId INT unsigned ) BEGIN DELETEFROM friend WHERE userid = ownerId AND friend = friendId;
END ; ;
MySQL retourneerde:
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
A while ago there wasn't any issue with the database when I tried to put this queries into the database of my website's host.
Can someone help me?