Did you check mysql documentation
Mar 15, 2018
2
Level 13
SQLSTATE[HY000] [1129] Host '0.0.0.0' is blocked because of many connection errors
HI. I updated Laravel to 5.6 from 5.5 yesterday and since doing so ive been getting this error
SQLSTATE[HY000] [1129] Host 'my.ip.add.ress' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' (SQL: select * from `sessions` where `id` = ApVsDfv8IrfIiAxFthvdZnqcpSKuslyISKjqGvpa limit 1)
Its only happening on localhost (vagrant) and not in production on DO server
How do i check how many connections are being used or how would i go about fixing this error?
Cheers
Please or to participate in this conversation.