Updating Database Connection With SuperUser

pull/4/head
sgoudham 4 years ago
parent ec70dc35ca
commit 2def96fcf6

@ -10,9 +10,9 @@ def connection():
# Connect to MariaDB Platform
try:
conn = mariadb.connect(
user="root",
user="hamothy",
password=password,
host="localhost",
host="173.208.202.20",
port=3306,
database="enso"
)
@ -23,3 +23,6 @@ def connection():
sys.exit(1)
return conn
connection()

Loading…
Cancel
Save