Tuesday, November 20, 2012

MySQL :: MySQL 5.0 Reference Manual :: 13.7.1.6 SET PASSWORD Syntax

MySQL :: MySQL 5.0 Reference Manual :: 13.7.1.6 SET PASSWORD Syntax: "et the password for an account with User and Host column values of 'bob' and '%.example.org', write the statement like this:

SET PASSWORD FOR 'bob'@'%.example.org' = PASSWORD('cleartext password');
That is equivalent to the following statements:

"

'via Blog this'

No comments:

Post a Comment