Hello.


I guess your MySQL client library is fresh enough to support authentication 

protocol of 4.1.x versions. Otherwise you should read:

  http://dev.mysql.com/doc/mysql/en/Old_client.html



If you have 4.1.x client library on your windows machine, probably

you should add ability to connect to MySQL server from windows host.



 GRANT ALL PRIVILEGES ON *.* TO 'root'@'windows_host' IDENTIFIED BY 

 'goodsecret';



See:

  http://dev.mysql.com/doc/mysql/en/GRANT.html

  http://dev.mysql.com/doc/mysql/en/Access_denied.html



  

Danesh Daroui <[EMAIL PROTECTED]> wrote:

> [-- text/plain, encoding 7bit, charset: ISO-8859-1, 29 lines --]

> 

> Hi all,

> 

> I have am in trouble with connecting remotely to my MySQL Server Linux 

> machine. I have installed the latest RPM (4.1.7) on a Linux Fedora Core 

> 3 machine. I have created root account and everything seems to be OK. 

> The only problem is that I can not connect to my MySQL Server remotely 

> from my Windows machine. I could do that before I upgrade from 4.1.5 to 

> 4.1.7 on Fedora Core 2. In fact I can connect locally on my Linux 

> machine as below:

> 

> /*> mysql -u root -p*/

> 

> but when I use this command I get the following error:

> 

> /*> mysql -h 127.0.0.1 -u root -p

> Error 1045 (28000): Access  denied for user 

> 'root'@'localhost.localdomain'. (using password YES)

> */

> and as a result I can not from my Windows machine either. Whats wrong ? 

> Can anybody help ?

> By the way, I could connect locally on my windows machine by using both 

> above commands.

> 

> Regards,

> 

> Danesh Daroui

> 

> 

> 



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

Reply via email to