Re: MySQL server silently fails to start after upgrading from 5.7.40 to 8.0.32

From: Daniel Dowse <freebsd-ml_at_daemonbytes.net>
Date: Sat, 15 Apr 2023 16:48:40 UTC
> Am 15.04.2023 um 18:25 schrieb Mike Clarke <jmc-freebsd2@milibyte.co.uk>:
> 
> 
> After upgrading packages to the the new quarterly release mysql was upgraded to 8.0.32 and it fails to start and does not produce any failure message on the console and I couldn't find any relevant failure message anywhere in /var/logs.
> 


Hi Mike,

I was facing similar problems when upgrading MySQL 5.7.x to MySQL 8.x stalling with no error message from the mysql daemon or system. I fixed it by upgrading my VM to 8GB System RAM. I had this issue first with Hetzer’s Cloud Infra and later I could reproduce the issue in my local environment with (bhyve,VirtualBox) VMs with less then 8GB RAM using FreeBSD 12.x, FreeBSD 13.x with MySQL 8.x from packages. 

So I would suggest to upgrade the RAM of your Server/VM and repeat the upgrade procedure of MySQL.

Best regards and success

Daniel