server/client recom.. connection 👍

This commit is contained in:
Mann Patel
2025-04-03 12:15:32 -06:00
parent 99f12319d5
commit ac099da486
4 changed files with 6 additions and 8 deletions

View File

@@ -1,4 +0,0 @@
import subprocess
if (subprocess.run("mysql -u root mysql < mysql-code/Schema.sql", shell=True, check=True)):
print("successfully created the Marketplace databse")