HaxeFoundation / haxelib

The Haxe library manager
https://lib.haxe.org/
MIT License
172 stars 78 forks source link

https://lib.haxe.org/ #359

Closed MatthijsKamstra closed 8 years ago

MatthijsKamstra commented 8 years ago

installing libs

haxelib install build.hxml 
Loading info about the required libraries
Error: Invalid response : 'Error : mysql.c(509) : Failed to connect to mysql server : Host '172.31.41.205' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Called from /usr/share/haxe/std/neko/_std/sys/db/Mysql.hx line 203
Called from haxelib/server/SiteDb.hx line 127
Called from haxelib/server/Repo.hx line 357
Called from ? line 1
Called from D:\Projects\haxe/std/neko/vm/Module.hx line 52
Called from Tora.hx line 333
Called from D:\Projects\haxe/std/neko/vm/Loader.hx line 154
Called from D:\Projects\haxe/std/neko/vm/Loader.hx line 132
Called from Tora.hx line 479'

visit website

Error : mysql.c(509) : Failed to connect to mysql server : Host '172.31.41.205' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Called from /usr/share/haxe/std/neko/_std/sys/db/Mysql.hx line 203
Called from haxelib/server/SiteDb.hx line 127
Called from website/Server.hx line 51
Called from Tora.hx line 483
andyli commented 8 years ago

Did a FLUSH HOSTS; and it seems to work again. Thanks for reporting!

clemos commented 7 years ago

Just FYI, I had this issue this morning, but it seems to work again :)