June 10, 20197 yr I had a network issue and it seemed to mess up my shared MySQL database for Kodi. I tried phpmyadmin but the MySQL Docker cannot stay running. Edited June 15, 20197 yr by hoeg
June 12, 20197 yr Author When the error happens, the docker stops. Need to run innodb-force-recovery=1. Edited June 15, 20197 yr by hoeg
June 15, 20197 yr Author I used the following command to copy my.cnf to the local system: docker container cp [container]:/etc/mysql/my.cnf container-my.cnf then added innodb-force-recovery=1 to the file container-my.cnf using nano and then copied the file back to the docker using this command: docker container cp container-my.cnf [container]:/etc/mysql/my.cnf After restarting the docker it seemed to do something for a little and then stopped again. Started the mysql docker and then it was back to crashing again. Removed the line out of the my.cnf file that i added above using the same steps. The mysql docker started and then did some stuff for a while and is up and running again. Edited June 15, 20197 yr by hoeg
June 15, 20197 yr Author Mysql docker is still running and I am setting up backups for it now. Edited June 15, 20197 yr by hoeg
Archived
This topic is now archived and is closed to further replies.