• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MySQL Remote Connection

LaloHao

Member
Joined
Sep 14, 2008
Messages
73
Reaction score
14
Location
Mexico
I want to enable this on MySQL but i can't seem to find a way to do it, the reason i want to do this is because i have my server and my database in different places.
Would apprecciate it a lot if someone could help me :p
 
I want to enable this on MySQL but i can't seem to find a way to do it, the reason i want to do this is because i have my server and my database in different places.
Would apprecciate it a lot if someone could help me :p

You could set your computer up with remote desktop ->

Basically any windows pc has it, all you need is your
login and your ip, you connect and its as if your at your house
or where ever your pc is hosted.

Asfar as remote connection to your database alone,
You should be able to enable/disable a function in the
Config.Ini.cfg file, not sure what line -- It basically would be
instead of http://localhost/phpmyadmin -> http://yourip/phpmyadmin

And you can connect from anywhere
 
I'm trying to connect to the mysql server and not the website, what i mean is like ip:3306. I probably ment Remote Acess to the server, since when i try to check if that port is open i get connectino timeout, and the port is open, but it's probably mysql that rejects outside connections.
 
Back
Top