[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [HS] pb de password sous mysql



pascatgm a écrit :
Jean-Yves F. Barbier a écrit :
Salut liste,

j'ai un soucis de password sous mysql, que je ne connais que très peu:

create user 'admin@localhost' identified by password 'secret';

renvoie:

ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number

Quelqu'un peut-il me dépanner?

Merci d'avance

JY
Bonjour,
Essaie

create user 'admin'@'localhost' identified by
password 'secret';

Hope zis Helpz

ça ne peut pas marcher: tout est réorganisé en une seule ligne une fois
la ligne validée par ';'

JY
--
If you live in New York, even if you're Catholic, you're Jewish.
		-- Lenny Bruce


Reply to: