I stupidly neglected to create a backup of my database for a project I was working on a year or two ago and my laptop crashed. I pulled the HDD and managed to find the files for the database under mysql/data however there is only FRM files and a db.opt file. I was running XAMPP 3.2.1 at the time and created the db using phpmyadmin.
What steps can I take from here? Using just the frm files results in collation in use and error #1932 table doesn't exist in engine. Any help is appreciated, thanks.