We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71330a commit 1ae72fcCopy full SHA for 1ae72fc
1 file changed
data_recovery/recover.py
@@ -30,6 +30,7 @@ def run(cmd):
30
31
32
def start_mariadb(datadir):
33
+ os.makedirs("/run/mysqld", exist_ok=True)
34
proc = subprocess.Popen(
35
["mysqld", f"--datadir={datadir}", "--skip-networking",
36
f"--socket={SOCKET}", "--user=root"],
0 commit comments