abstract:
"...
javax.servlet.ServletException: java.sql.SQLException: Invalid authorization specification: Access denied for user: 'javauser@192.168.
..."
Can someone educate me on this?
Hey,
This will probably sound stupid because I don't know anything about networking. It's not even a java question, really. I almost put it in the mysql forum.
We got DSL and a router for our 2 computers at home. Now localhost maps to the ip for my computer on the router - 192.168.n.n (replace the n's with numbers).
So if I try to use localhost for anything, there is a problem. I need to explicitly use 127.0.0.1.
See:
Code:- "...
- javax.servlet.ServletException: java.sql.SQLException: Invalid authorization specification: Access denied for user: 'javauser@192.168.
- ..."
Copy Code Can someone educate me on this? |