ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number
426 просмотров
создаю пользователя в mysql руками
mysql> create user USER identified by password ‘PASS’;
и получаю ошибку
ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number