today I crashed my linux kernel, and I was only able to get the data folder from my MySQL directory, which uses InnoDB.
How can I recover all the data? I googled like 2 hours already, none of the solutions seemed to work unfortunately, that's why I ask here now.
Problem solved, I had the wrong MySQL-Server version (5.5), which is being offered by the official Debian package servers. I've added the official MySQL-Package server to my sources.list, and installed mysql-server-5.7, and then went step by step through this tutorial: https://www.voxteneo.com/restoring-tables-mysql-database-frm-ibd-files-available/
PS: Thanks for downvoting me for absolutely no reason. I rarely ask here something. I only do it, if I really can't find a solution.