This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi all, I'm trying to connect my java application with mysql running on the same machine. I'm also using Connector/j driver. However its throwing an SQLException i.e the quoted statement seems to be an error
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32675
4
posted
0
I presume you have checked in the MySQL documentation? Most of it looks all right just at a quick glance.
Do you need the port number 3036? Try omitting that. If that doesn't work, please post the stack trace.