MySQL Forums
Forum List  »  General

Re: Mysql connection on long distance
Posted by: Rick James
Date: March 03, 2014 06:14PM

Eh? I connect to mysql servers on the other side of the globe all the time. You do have to GRANT access to other client machines. The default is to connect to "localhost", implying that the client and server are on the same machine.

There is a performance penalty (milliseconds) due to the speed of light, but that is usually 'not a problem'.

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql connection on long distance
March 03, 2014 06:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.