MySQL Forums
Forum List  »  General

Re: I heard that function password() is isolated in mysql 8
Posted by: Jon Stephens
Date: March 09, 2020 10:09AM

The PASSWORD() function is deprecated in MySQL 5.7, and is no longer supported in MySQL 8.0. See https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals

If you make changes in users/privileges using account management statements such as GRANT, REVOKE, SET PASSWORD, or RENAME USER, it is not necessary to flush the grant tables. See https://dev.mysql.com/doc/refman/8.0/en/privilege-changes.html

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.