Server connecting to my site via Mysql

Status
Not open for further replies.

revealedx317

New Member
Messages
1
Reaction score
0
Points
0
Hey. I am trying to get my Runescape server to connect to my site via Mysql. I need to know the IP that it can connect to. It says:
Code:
	private static final String URL = "loaclhost";

But it's obviously not local host. What do I change that to?
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
The code you posted misspelled localhost. If it doesn't work after correcting the spelling, then there's nothing else that can be done. Remote connection to MySQL is disabled on all free hosting servers due to security reasons.

Your forum account isn't attached to a hosting account either. Whenever you need help with your free hosting account, you must request support here using the attached forum account to it.
 
Last edited:
Status
Not open for further replies.
Top