Try this: GRANT USAGE ON *.* TO 'openpne'@'locahost' IDENTIFIED BY
'openpne' ;
Or try this:
create user 'openpne'@'localhost' identified by
password 'openpne';
- Spell domain correctly - there was a typo
- put quote around userid and domain
-Original Message-
From:
[EMAIL PROTECTED] ("Padmanabhan G") wrote in
news:[EMAIL PROTECTED]:
> mysql> create user [EMAIL PROTECTED] identified by password 'openpne';
>
> Error 1372: Password hash should be a 41-digit hexadecimal number
mysql> create user [EMAIL PROTECTED] identified by 'openpne';
--
felix
--
MySQ