On Sun, Jun 03, 2001 at 05:39:57AM -0700, bulls wrote:
> dear everybody,
> i've got  error message when test ./mysqladmin -u root
> -h my-host version, but if ./mysql -u root -p , it's
> ok.how to solution?.
> tank you

There are two differences between your commands (aside from the fact
that one is mysqladmin and the other mysql):
1) The first command does not include -p, the second command does.
2) The first command names a server host, the second command does not.

Your problem could be due to either difference.  Try specifying -p
for the first command and then entering the password when prompted.
If that doesn't work, then perhaps the MySQL root user on your client
host has no permission to connect to the server on my-host.  In
that case, you'll need to use GRANT to add the appropriate account.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to