Hei,

> bin/mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: 'root@localhost' (Using password: NO)'

i don't know, if it helps in your case, but a dumb problem i have
ran into a couple of times: mysql by default installs a root user
to be accessible from machine 'localhost'. but some stoopid
systems (especially commercial systems like Solaris & HP-UX)
reverse 127.0.0.1 to localhost.yourdomain.com, and in this case 
mysql doesn't allow root to log in.

you can try to do "nslookup 127.0.0.1" and see if it's the problem.


if it's not the case, you can try to dig the log files for error messages
about not finding the user rights tables.


Rgds,
  Tfr

  --==< [EMAIL PROTECTED] >==< http://www.cafe.ee/~tfr/ >==< +372-50-17621 >==-- 

-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.

Reply via email to