摘要:
手动安装openssl,解决安装Python3时出现的错误:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 1.安装P 阅读全文
摘要:
1.本地登录MySQL 输入命令: mysql u root p 然后输入密码 2.修改 root 账户的 Host 2.1 打开 mysql 数据库 use mysql; 2.2 查看 user 数据表当前已有的数据 select from user \G; 2.3 修改一条 root 数据,并刷 阅读全文