Mysql连接1130错误的解决办法

ERROR 1130: Host 192.168.88.160 is not allowed to connect to this MySQL server

1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 “mysql” 数据库里的 “user” 表里的 “host” 项,从”localhost”改称”%”

Request 对象 错误 ‘ASP 0206 : 80004005′ 不能调用 BinaryRead

Request 对象 错误 ‘ASP 0206 : 80004005’

不能调用 BinaryRead

/bbs/kp/upfile_main_bbs.asp,行 20

使用 Request.Form 集合之后,不能调用 BinaryRead。

以前可以用的,现在总是报这个错。 网上也总是说“使用 Request.Form 集合之后,不能调用 BinaryRead。

可是我的页面没有BinaryRead 这个啊,后来终于发现