Mysql can't link remotely. What's going on?

centos7 mysql5.7.21 remote link is not linked?


linux

Mar.03,2021

you can't even connect to your local area,

  1. has the mysql service started
  2. the configuration of the connection is posted

MySQL does not have remote connection permissions enabled (the following command is executed on the server)

  1. confirm the database account
  

try to see if the port can get through on the local telnet ip port.
if you can't connect to the mysql, there should be a log. Take a look at the log

.
Menu