MySQL Forums
Forum List  »  Newbie

Re: remote connection to a mysql db fail
Posted by: Jonathan Stephens
Date: April 07, 2014 08:39AM

Why are you setting bind-address? Does your host have multiple network interfaces? If not, you probably should not be using this option.

See http://dev.mysql.com/doc/refman/5.6/en/server-options.html#option_mysqld_bind-address

Check to see whether the remote host can reach the server, using something like ping or tracert or ssh. Does the remote machine resolve "my_ip" correctly? if not, use the actual IP address instead.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: remote connection to a mysql db fail
April 07, 2014 08:39AM


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.