MySQL Forums
Forum List  »  Newbie

Remote connection to mysql Ubuntu 20.04
Posted by: Dave Davis
Date: September 29, 2020 10:01AM

mysql 8.0.21 is running on my Ubuntu 20.04 server.

I want to connect to it from my windows 10 machine using datagrip.
So, I modify mysqld.cnf as follows


#bind-address = 127.0.0.1
#allow remote connections
bind-address = 0.0.0.0

And when I telnet to the server, I see

telnet 10.0.0.230 3306

CHost '10.0.0.231' is not allowed to connect to this MySQL serverConnection closed by foreign host.

On previous servers setting bind-address to 0.0.0.0 has allowed access with no problem.

Is there something further I need to do here?

Options: ReplyQuote


Subject
Written By
Posted
Remote connection to mysql Ubuntu 20.04
September 29, 2020 10:01AM


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.