PDA

View Full Version : Mysql connection with java


h4ck3r1
01-19-2009, 09:16 PM
Im trying to run a game that connects to my mysql tables... When I link it to the mysql database with "mysql" it doesn't work... So I tried jdbc://mysql/mysql/ which still doesn't work as well. Any idea's or help?

UnlimitedMB
01-20-2009, 01:45 AM
"mysql" is an hostname on our internal network, you wont be able to connect to it from outside the server.
it will work with PHP running on your account only.