MYSQL (Help)

Status
This thread has been locked.

PuBlox

Banned
Feedback score
0
Posts
27
Reactions
7
Resources
0
Hi,

So I want to access to my site sql from different web hosting but what should I write for MySQL host

I’m currently connecting to my MySQL by Host: localhost (same web hosting) but I’m trying to connect to a sql from different web hosting now but what mysql host should be

Please help thank you so much!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Dori

Full Stack Developer
Supreme
Feedback score
28
Posts
459
Reactions
198
Resources
0
It should be the server IP:3306 for example if the IP of the server is 4.5.1.2 you should connect to 4.5.1.2:3306
 

PuBlox

Banned
Feedback score
0
Posts
27
Reactions
7
Resources
0
It should be the server IP:3306 for example if the IP of the server is 4.5.1.2 you should connect to 4.5.1.2:3306
I use namecheap for my two web hostings!
 
Banned forever. Reason: Ban Evading (RP Designers, https://builtbybit.com/members/rp-designers.47744/)

Dori

Full Stack Developer
Supreme
Feedback score
28
Posts
459
Reactions
198
Resources
0
I use namecheap for my two web hostings!

1. Make sure that the firewall isn't blocking outside connections for port 3306.
2. The IP you should connect to will be the serverIP:3306.
 

PuBlox

Banned
Feedback score
0
Posts
27
Reactions
7
Resources
0
1. Make sure that the firewall isn't blocking outside connections for port 3306.
2. The IP you should connect to will be the serverIP:3306.
Can I use domain:3306 not serverip?
 
Banned forever. Reason: Ban Evading (RP Designers, https://builtbybit.com/members/rp-designers.47744/)
Status
This thread has been locked.
Top