Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. superking

    Change user password in stored procedure

    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' =...

Part and Inventory Search

Back
Top