update
This commit is contained in:
3
mysql-code/init-db.py
Normal file
3
mysql-code/init-db.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import subprocess
|
||||
if (subprocess.run("mysql -u root mysql < SQL_code/Schema.sql", shell=True, check=True)):
|
||||
print("successfully created the Marketplace databse")
|
||||
Reference in New Issue
Block a user