Hello. I am trying to utilize LibreNMS for ARP auditing in a large production environment, and am running into an issue with MySQL I believe.
Here is the error:
SQL Error! SQLSTATE[HY000]: General error: 1390 Prepared statement contains too many placeholders (SQL: insert into ipv4_mac
(context_name
, device_id
, ipv4_address
, mac_address
, port_id
) values
I believe, this is a MySQL limitation (after Google searching this error a bit).
Has anyone else experienced this? Is there a possible workaround or fix for this that anyone is aware of?
Any help would be much appreciated!
Thanks much,
–JC