摘要:
create user 'user-xxx'@'%' identified by 'passworddddd'; grant all privileges on *.* to 'user-xxx'@'%' with grant option; ALTER USER 'user-xxx'@'local 阅读全文
摘要:
一、介绍 1、定义 ① OpenVPN是一个用于创建虚拟专用网络加密通道的软件包,最早由James Yonan编写。OpenVPN允许创建的VPN使用公开密钥、电子证书、或者用户名/密码来进行身份验证。 ② 它大量使用了OpenSSL加密库中的SSLv3/TLSv1协议函数库。 ③ 目前OpenVP 阅读全文