I am a complete MySQL newbie. I've taken two training course but have very little in the way of hands-on experience but have been given responsibility for a MySQL installation that was configured for PCI.
It is part of a tokenization system that creates secure tokens in place of credit cards.
Recently the following error was seen from JDBC:
'Testing failed: invalid connection properties setting.
'null, message from server "Host '...' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts"'
The suggested solution was tried to no avail, it did not seem to do anything. Why would this be?
I would appreciate any help.
MySQL v5.5.45 (GPL)
It is part of a tokenization system that creates secure tokens in place of credit cards.
Recently the following error was seen from JDBC:
'Testing failed: invalid connection properties setting.
'null, message from server "Host '...' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts"'
The suggested solution was tried to no avail, it did not seem to do anything. Why would this be?
I would appreciate any help.
MySQL v5.5.45 (GPL)