
Exception Error
startzhou
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决mysql安装不能被远程访问 message from server: “Host ‘*‘ is not allowed to connect to this MySQL server“
错误信息如下:null, message from server: "Host '172.16.214.94' is not allowed to connect to this MySQL server"解决办法:查询用户并设置用户权限,操作步骤如下:1.mysql -u root -p;2.use mysql;3.select user,host from user;4.update user set host='%' where user = 'root';5.select user,host fro原创 2022-06-22 10:46:38 · 509 阅读 · 0 评论 -
ERROR 微信安卓报http 400 Bad Request -Invalid Header name错误
今天出现微信安卓突然进不了网站,报 http 400 Bad Request -Invalid Header name错误 后面这个问题微信自处理了,没有找到问题出在哪里在。 网上查了一下,有人说是https协议没有问题。 微信已经出现过几次这样的坑了,下次微信还是突然有问题,其它没有问题的话,估计就是微信的坑了。原创 2017-10-10 17:54:57 · 4571 阅读 · 0 评论