Use teacher's DB password
parent
2ce0aa95b2
commit
f6833e7398
|
@ -11,7 +11,7 @@ def restore_database():
|
|||
Benefit: we can reproduce the same test result.
|
||||
'''
|
||||
|
||||
PASSWORD = 'root' # root password
|
||||
PASSWORD = 'p-@va9' # root password
|
||||
DB_NAME = 'lrr' # database name used for LRR
|
||||
|
||||
# commands used to import data to DB_NAME
|
||||
|
|
Loading…
Reference in New Issue