6 messages in com.mysql.lists.javaRe: localhost connection refused (non...
FromSent OnAttachments
Thomas Plümpe30 Oct 2004 09:51 
Rikard Froberg31 Oct 2004 08:51 
Thomas Plümpe31 Oct 2004 09:32 
jon gold01 Nov 2004 13:28 
Mark Matthews01 Nov 2004 14:32 
Thomas Plümpe02 Nov 2004 01:57 
Subject:Re: localhost connection refused (none of the usual causes, I believe)
From:Thomas Plümpe (thom@gmx.de)
Date:10/31/2004 09:32:37 AM
List:com.mysql.lists.java

On Sun, 2004-10-31 at 16:52, Rikard Froberg wrote:

Thomas Plümpe wrote: [snip]

Now I have setup the MySQL accounts on my newly installed SuSE server (MySQL 4.0.18, Connector/J 3.0.15-ga) just as I did on the other machines [2], but I am unable to connect (stack trace [3]) with the above URL.

[snip]

[2] ------------------------------------------------------------ GRANT ALL ON networking.* TO network_User@'myserver.mydomain' IDENTIFIED BY 'XXX'; GRANT ALL ON networking.* TO network_User@'localhost' IDENTIFIED BY 'XXX';

Thomas, Did you do this: FLUSH PRIVELEGES After granting access to you new machine?

I haven't directly fiddled with the mysql database and I think a GRANT does a flush automatically. But I have also tried flushing privileges and restarting the mysql server, none of that helped.