1、给mysql的数据库账户增加远程访问权限 mysql; mysql>use mysql; mysql>grant all privileges on *.* to '账户'@'%或者ip' identified by '密码' with grant option; mysql>flush...
使用wireguard搭建实现异地组网并使用 wg-gen-web 来管理 WireGuard 的配置 内容有点长,让我缕缕 前言 说起异地组网,之前一直在使用zerotier-planet进行搭建,使用了一段时间也挺稳定,唯一的不足就是ios平台由于系统限制没办法修改planet文件,也就没...