Page 2 of 2

Re: Database maintenance in error

Posted: Fri Apr 30, 2021 8:22 am
by bennyboy
Its possible to schedule a zoom to troubleshoot together ?

Re: Database maintenance in error

Posted: Mon May 03, 2021 11:05 am
by ssax
Did you make these changes from the other post? (please do it if you didn't)

Code: Select all

max_allowed_packet=512M
max_connections=800
Please create a ticket for this and include a link back to this forum thread so we can get a remote session setup:

https://support.nagios.com/tickets/

Thank you!

Re: Database maintenance in error

Posted: Mon May 03, 2021 4:06 pm
by ssax
Locking thread, ticket received, we will continue support through the ticket.

Thank you!

EDIT: The fix was to set these (back to the defaults) as they were set too low:

Code: Select all

# /etc/my.cnf
[mysqld]
interactive_timeout = 28800
wait_timeout = 28800
Then restart the msyqld/mysql/mariadb service.