Showing: 11 - 20 of 28 Articles

Solution for MySQL Error : Host ‘host_name’ is blocked

If the following error occurs, it means that mysqld has received many connection requests from the given host that were interrupted in the middle: Host ‘host_name’ is blocked because of many connection errors. Unblock with ‘mysqladmin flush-hosts’ The value of the max_connect_errors system variable determines …

Openfire : Sending Push Notifications while recipient is offline

Problem : Sometimes push notifications are not sent while the recipient is offline. Chat Server : Openfire v4.0.4 Plugin : callbackonoffline Direct Download Link : https://www.igniterealtime.org/projects/openfire/plugins/callbackOnOffline.jar Readme.html : https://www.igniterealtime.org/projects/openfire/plugins-beta/callbackonoffline/readme.html Solution * To store messages, while the recipient is offline : Trigger — — Triggers `ofOffline` — …