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.