Upgrade to OS 5 broke MySQL connection

all I’ve managed to do is:

  1. edit /etc/my.cnf to change 127.0.0.1 to 0.0.0.0
  2. restart the mysql server by doing: python3 /usr/bin/mysql_reset.py --reboot

But this only lasts until my nas loses power. If you reboot your nas it won’t work anymore and you need to do it again. I’m not sure on how to fix this since the filesystem mounted is on ram (if you look at the output of: mount)

1 Like