Database maintenance in error
Re: Database maintenance in error
Its possible to schedule a zoom to troubleshoot together ?
Re: Database maintenance in error
Did you make these changes from the other post? (please do it if you didn't)
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!
Code: Select all
max_allowed_packet=512M
max_connections=800https://support.nagios.com/tickets/
Thank you!
Re: Database maintenance in error
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:
Then restart the msyqld/mysql/mariadb service.
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