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

Re: AW: phpMyAdmin



Hallo Klaus,

On Sat, Apr 14, 2007 at 07:14:00PM +0200, Klaus Becker wrote:
> Das Problem liegt vielleicht hier:
> 
nein.

> $ mysqladmin -u root password mein_Passwort
> mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
> 
Die Fehlermeldung des mysq-client sagt, dass der Server nicht
akzeptiert, dass Du Dich als root ohne Passwort connectest.

mysql --help | grep password
  -p, --password[=name]

probiere es doch bitte mit:
	mysqladmin -u root --password=mein_Passwort
oder
	mysqladmin -u root -pmein_Passwort


should work.
Hagen



Reply to: