mysql SHOW VARIABLES LIKE bind_address; +---------------+-------+ Variable_name Value +---------------+-------+ bind_address +---------------+-------+ 1 row in set 000 sec
This output indicates that the MySQL server is configured to listen on all available network interfaces, indicated by the * value for bind_address. This means that the server can accept connections from any IP address.
原文地址: https://www.cveoy.top/t/topic/byaI 著作权归作者所有。请勿转载和采集!