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?
It's easy to forget.
HTH
Rikard
[snip]