mysqladmin Shutdown fail

2005-08-02 Thread Nguyen, Phong
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

Re: mysqladmin Shutdown fail

2005-08-02 Thread Scott Hamm
If you got password set for root, try c:\mysql\bin\mysqladmin -u root -p it should prompt for password. On 8/2/05, Nguyen, Phong [EMAIL PROTECTED] wrote: I used command: c:\mysql\bin\mysqladmin -u root shutdown and I got error : mysqladmin: connect to sever at 'localhost' fail error

Re : mysqladmin Shutdown fail

2005-08-02 Thread Rakki
- 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

Re: mysqladmin Shutdown fail

2005-08-02 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/access-denied.html Nguyen, Phong [EMAIL PROTECTED] wrote: 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'

RE: mysqladmin Shutdown fail

2005-08-02 Thread Nguyen, Phong
[mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 8:06 AM To: Nguyen, Phong Cc: mysql@lists.mysql.com Subject: Re: mysqladmin Shutdown fail If you got password set for root, try c:\mysql\bin\mysqladmin -u root -p it should prompt for password. On 8/2/05, Nguyen, Phong [EMAIL PROTECTED

Re: mysqladmin Shutdown fail

2005-08-02 Thread Gleb Paharenko
Hello. Have you changed InnoDB log file sizes? See: http://dev.mysql.com/doc/mysql/en/adding-and-removing.html Manual says that you have to stop mysql, then change the parameter in my.cnf, then I moved to another directory the log file just to be cautious, and then restarted