J'ai installé MySQL 5 , et j'essaie de créer un utilisateur avec la commande suivante :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
GRANT ALL PRIVILEGES ON *.* TO central IDENTIFIED BY "" WITH GRANT OPTION;
Mais cette erreur survient :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
Can't find any matching row in the user table
Savez vous pourquoi ?

Merci d'avance