MySQL remote

Status
Not open for further replies.

connykickflip57

New Member
Messages
1
Reaction score
0
Points
0
Hey.

I cannot figure out what informations to use when remotely connecting to SQL DB.

Im using this info,
host: "69.175.104.34:3306"
database: "firen_chat"
username = "firen_chatuse"
password = "*********"

But it just keep saying "connection timed out", which indicates that Im using the wrong host.

BR
Morten
 
Last edited by a moderator:

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
For security reasons, MySQL Remote connections are not allowed and cannot be enabled per-user.
 

Dark

Community Advocate
Community Support
Messages
1,975
Reaction score
29
Points
48
Hey.

I cannot figure out what informations to use when remotely connecting to SQL DB.

Im using this info,

But it just keep saying "connection timed out", which indicates that Im using the wrong host.

BR
Morten

You shouldn't publish your password!!
 
Status
Not open for further replies.
Top