Nextcloud not working

I had the same issue, potentially because my external storage is encrypted and thus cannot be managed by reforis. For me, it was sufficient to stop mysqld, remove the ib logfiles and start again:

/etc/init.d/mysqld stop
rm -i /srv/mysql/ib_logfile*
/etc/init.d/mysqld start
2 Likes