Skip to content

Instantly share code, notes, and snippets.

View Daniel-HBK's full-sized avatar
:octocat:
stardust

Daniel Youssef Daniel-HBK

:octocat:
stardust
View GitHub Profile
@Daniel-HBK
Daniel-HBK / findCreate.py
Created May 9, 2024 21:34 — forked from portableant/findCreate.py
Restore innodb from frm and ibd files only
import argparse
import os
import re
parser = argparse.ArgumentParser(description='Process file.')
parser.add_argument('-f', '--file', help='The filename', required=True)
args = parser.parse_args()
def create_file(file):
print(file)