Thread: Out of memory?
View Single Post
  #5  
Old 10-05-2021, 04:50 PM
Kennebec
Fire Beetle
 
Join Date: Mar 2010
Posts: 19
Default

coming up on 2 hours now and still no error message. Posting this as a tentative resolution:

cd /etc/mysql/mariadb.conf.d
Sudo nano 50-server.cnf

find the line with #max_allowed_packet = xxM and remove the # and change the value so that the line reads:

max_allowed_packet = 256M

Save the file then reboot the server or restart mysql

I hope that saves someone some frustration. I'm (tentatively) happy to put this to rest.
Reply With Quote