摘要:
问题总结 1. mysql 8.0.28 修改root密码 8.0.28有密码复杂度限制:大写+小写+数字+标点符号 2. mysql 8.0.28 修改root远程连接 update user set host = '%' where host = 'localhost' and user = ' 阅读全文
摘要:
环境介绍 系统/安装的软件 IP red hat 8 /nginx 192.168.100.20 red hat 8 /mysql 192.168.100.30 red hat 8 /php 192.168.100.40 准备工作 给三台机器准备yum,这一步三台机器都做 //搭建yum的脚本 [r 阅读全文