Wayne 1234,
To delete the error log entries which are older than 60 days, please execute the below query in the database.
DELETE FROM errorlog WHERE DATEDIFF(NOW(),FROM_UNIXTIME(audittime/1000)) >60;
To connect to the MySql database, check the procedure in the below link.,
http://www.manageengine.com/products/service-desk/faq-general-modules.html#database2
Prem
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice
Prem
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice