摘要: 1.安装make编译器(默认系统自带) 下载地址:http://www.gnu.org/software/make/ [c-sharp] view plaincopytar zxvf make-3.82.tar.gz cd make-3.82 ./configure make make instal 阅读全文
posted @ 2016-10-26 16:14 花心土豆 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 报错:1130-host ... is not allowed to connect to this MySql server解决方法:1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里 阅读全文
posted @ 2016-10-26 16:13 花心土豆 阅读(230) 评论(0) 推荐(0) 编辑