Java & mySQL

islander

New Member
Messages
1
Reaction score
0
Points
0
Hi. I need some help with connecting to my mySQL via a Java program on my computer. Using the JDBC I get the following error:

Error: java.sql.SQLException: Access denied for user 'islander_update'@'host86-141-186-207.range86-141.btcentralplus.com' (using password: YES)


Now I figured that I needed to add the host to the mySQL remote access, so I added 86-141-186-207.range86-141.btcentralplus.com but got the same error. So I'm at a loss as to what I need to do to get this to work. any help people can offer would be much appreciated. Thanks in advance.
Edit:
You can ignore this now I've found a solution. Albeit a poor one but it does work now.
 
Last edited:

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
Are you able to connect to mysql using your command prompt?
 
Top