随笔分类 -  问题与解决

摘要:解决: pip install openpyxl -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com 阅读全文
posted @ 2024-12-28 09:26 mafei666 阅读(45) 评论(0) 推荐(0)
摘要:mysql8.0 --skip-grant-tables需要配合--datadir一起使用 启动命令 mysqld.exe --skip-grant-tables --shared-memory --datadir="C:\ProgramData\MySQL\MySQL Server 8.0\Dat 阅读全文
posted @ 2024-11-27 10:58 mafei666 阅读(243) 评论(0) 推荐(0)