# `SET PASSWORD FOR <user> = PASSWORD('<plaintext_password>')` is deprecated SET PASSWORD FOR <user> = '<plaintext_password>'; FLUSH PRIVILEGES;