1、给mysql的数据库账户增加远程访问权限 mysql; mysql>use mysql; mysql>grant all privileges on *.* to '账户'@'%或者ip' identified by '密码' with grant option; mysql>flush...
前言 今天在使用npm下载依赖的时候出现淘宝镜像证书过期问题 error An unexpected error occurred: "https://registry.npm.taobao.org/axios: certificate has expired" 原因: 淘宝镜像原地址20...