Home > database >  How to close the SSL mysql5.7?
How to close the SSL mysql5.7?

Time:10-18

Using official yum install, because mysql5.7 default opens the SSL, installed on centos system, remote Can through Windows navicat connection, but through another centos system mysql -u root -p - h IP address connection, the prompt: ERROR 2003 (HY000) : Can 't connect to mysql server on' IP address '(113), so I want to ask, this version 5.7 how SSL closed,

CodePudding user response:

Can try Telnet port

CodePudding user response:

skip_ssl
  • Related