Do you have any root password set? If so, you should mention -p option in
the command. The command should be of the following : 

c:\mysql\bin\mysqladmin -u root shutdown -p

Which will ask you to enter the root password, else you can type your
password along with the -p option as follows : 

c:\mysql\bin\mysqladmin -u root shutdown -pmypassword

Note : there is no space left between the -p and your password.

Regards,

Rakki Muthu Kumar N P | Project Engineer | Wipro Technologies | Bangalore |
India
----------------------------------------------------------------------------
---------
As long as you live, keep learning how to live !!

-----Original Message-----
From: Nguyen, Phong [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 02, 2005 5:31 PM
To: mysql@lists.mysql.com
Subject: mysqladmin Shutdown fail

I used command: c:\mysql\bin\mysqladmin -u root shutdown and I got error :

mysqladmin: connect to sever at 'localhost' fail error 'Access denied for
user 'root'@ 'localhost' (using password: NO)

Does anyone know why? Please share with us.

Thankyou......Phong

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


Confidentiality Notice  
The information contained in this electronic 
message and any attachments to this message are
intended for the exclusive use of the addressee(s)
and may contain confidential or privileged information.
If you are not the intended recipient, please notify 
the sender at Wipro or [EMAIL PROTECTED] immediately 
and destroy all copies of this message and any attachments.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to