Re: Remote user problem

2004-11-30 Thread Ingo Strüwing
Hi, Am Mo, den 22.11.2004 schrieb Danesh Daroui um 16:29: ... > /*> mysql -h 127.0.0.1 -u root -p > Error 1045 (28000): Access denied for user > 'root'@'localhost.localdomain'. (using password YES) > */ this might be a problem in your DNS. It resolves 127.0.0.1 to 'localhost.localdomain' instea

Re: Remote user problem

2004-11-23 Thread Gleb Paharenko
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 connec

Remote user problem

2004-11-22 Thread Danesh Daroui
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 fro