Tag: Database

Recovering MySQL or MariaDB from .frm File

This happened to me today, I found old project codes without SQL dump. Just want to check if project is still reusable. Following are the two ways you can recover database schema from FRM file. Using mysqlfrm utility by oracle This is pretty handy command line utility from MySQL Team. Check out the official Documentation. […]