![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
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 |
#2
| |||
| |||
|
|
Does this happen to be SuSE 9.2? Close, it's 9.1-x86_64. |
|
If so, it's probably related to this bug: http://bugs.mysql.com/?id=6348 Both Jon's suggestion (using 127.0.0.1 instead of localhost) and the |
![]() |
| Thread Tools | |
| Display Modes | |
| |