Hi there,
I want to give my database users the ability to change their passwords. I have set up the access to be allowed from localhost and any host (%) so I tried to set up a SP like this:
CREATE PROCEDURE `mydb`.`ChangePwd` (IN p VARCHAR(45))
BEGIN
SET PASSWORD FOR 'userx'@'localhost' =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.