* Chuck Amadi
> Nevertheless i have been ok so far upto now! The problem is that when i
> try to run mysql server i get the following error
> ERROR 2005: Unknown MySql Server Host 'host' (11001).
>
> Setup - Mysql v3 O/S Win 98  utilising the mysqladmin & mysqlManager
>
> I have tried from ms-dos > C:\mysql\bin >msqladmin     < everthings fine>
> C:\mysql\bin\mysqladmin - h host -u user -p
>  > prompt for password  > still ok > then i get the above error so i am
> unable to go in as root.

Unless you actually have a host called 'host', you should put your actual
host name where the documentation says 'host'... if you are using localhost
(server running on the machine you are using), you should not use the -h
argument at all...:

C:\> cd mysql\bin
C:\mysql\bin> mysql -u root -p

--
Roger


---------------------------------------------------------------------
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