摘要: 顺着报错文件点进去,找到query = query.decode(errors=‘replace’)将decode修改为encode即可. 阅读全文
posted @ 2020-08-21 09:43 胸怀丶若谷 阅读(235) 评论(0) 推荐(0)
摘要: 输入以下命令: 1 grant all privileges on 库名.* to 账户名@'%' identified by 'password'; 2 flush privileges; 阅读全文
posted @ 2020-08-21 09:25 胸怀丶若谷 阅读(23) 评论(0) 推荐(0)