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







>Thankyou. But, when I startup I got error like 

>Innodb: error: log file .\ib_logfile (0,1) is different size

>Innodb: than specifiled in the .cnf file

>050729: {eror} can't init database

>050729:{error} aborting

> 

> Could you please tell me why?

>  

>   Thank you

>   

>   

>   "Nguyen, Phong" <[EMAIL PROTECTED]> wrote:



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   <___/   www.mysql.com




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



RE: mysqladmin Shutdown fail

2005-08-02 Thread Nguyen, Phong
Thankyou. But, when I startup I got error like 
Innodb: error: log file .\ib_logfile (0,1) is different size
Innodb: than specifiled in the .cnf file
050729: {eror} can't init database
050729:{error} aborting
 
Could you please tell me why?
 
Thank you

-Original Message-
From: Scott Hamm [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]
<mailto:[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' (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
<http://lists.mysql.com/mysql> 
To unsubscribe:
<http://lists.mysql.com/[EMAIL PROTECTED]>
http://lists.mysql.com/[EMAIL PROTECTED]






-- 
Power to people, Linux is here. 



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' (using password: NO)

> 

> Does anyone know why? Please share with us.

> 

> Thankyou..Phong

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   <___/   www.mysql.com




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



Re : mysqladmin Shutdown fail

2005-08-02 Thread Rakki


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]



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


-- 
Power to people, Linux is here.


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 list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]