MySQL локальный пароль отрицается

  mysql> GRANT ALL ON *.* to user_name@localhost IDENTIFIED BY 'password';
JestingLinter