摘要:
https://www.cnblogs.com/leecy/p/16328065.html 阅读全文
摘要:
https://blog.csdn.net/qq_35845339/article/details/106547742 阅读全文
摘要:
1、开启端口 // zone -- 作用域// add-port=80/tcp -- 添加端口,格式为:端口/通讯协议// permanent -- 永久生效,没有此参数重启后失效firewall-cmd --zone=public --add-port=3306/tcp --permanent// 阅读全文
摘要:
https://downloads.mysql.com/archives/community/https://dev.mysql.com/downloads/repo/yum/ 阅读全文