MYSQL server question on UBUNTU

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
User avatar
akimm
Forum Contributor
Posts: 460
Joined: Thu Apr 27, 2006 10:50 am
Location: Ypsilanti Michigan, formally Clipsburgh

MYSQL server question on UBUNTU

Post by akimm »

Do I need to obtain a DNS name and pay for anything, If I want only to use the mysql db's on my server, from another server I have currently up.

I'm saying, if I could just use the mysql I suppose it would be called remotely, from my server without ever having to pay anything?
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

you can use IP address, so no, you don't need a domain.

You will of course need to ensure you can reach the server from the other, and on the correct port. The usual networking logic applies.
Post Reply