Files
Campus-Plug/mysql-code/init-db.py
Mann Patel 148fe95a11 update
2025-03-23 20:16:19 -06:00

4 lines
166 B
Python

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