Mac系统提示“pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT'错误的解决办法
mac系统运行pip提示错误:Python “pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT' 意思是p...
mac系统运行pip提示错误:Python “pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT' 意思是p...

安装 MySQL 8.0 后,默认的用户 root 是没有密码的,需要修改默认的初始化密码。假如忘记了 root 用户的密码,也是需要重置密码的。 首先安装 MySQL 8.0 后,启动 MySQL 服务。我这里是在 MAC 上安装使用的。...