Tuesday, October 2, 2012

MySQL Change User Password

Done as follows:

SET PASSWORD FOR 'dbuser'@'%' = PASSWORD('xxxxxxxx');

No comments:

Post a Comment