1

Possible Duplicate:
How to connect Java to Mysql?

I have a website and its my MySQL database in blue-host.I also have in-house warehouse software in Java. I want to connect from my in house desktop software with on-line hosted my MySQL server. Can any one tell me how to connect?

0

2 Answers 2

2

You probably can't: Most providers don't allow external access to their databases.

Ask your provider; they will also be able to provide you with all necessary data if it's possible after all.

Sign up to request clarification or add additional context in comments.

2 Comments

IF they grant access then how I will connect in Java?
@saddam just like you connect to any other mySQL database, I suppose? I don't know, I don't do Java.
0

After you have got the connection parameters from your provider (if they do that at all),you can look at the MySQL documentation itself, how to connect to the database:

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.