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?

Community
  • 1
  • 1

2 Answers2

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.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088
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:

A.H.
  • 63,967
  • 15
  • 92
  • 126