Skip to content

Commit 9630130

Browse files
committed
Generalize engine string
1 parent c1eb2c3 commit 9630130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_data_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Change 'databaseName' to point the empty mysql schema you want populated
1616
# Replace 'user' and 'password' with your own details
17-
engine = create_engine('mysql://root:rootroot@localhost/testdb', echo=False)
17+
engine = create_engine('mysql://user:password@localhost/databaseName', echo=False)
1818

1919
# Constants - set these to determine how many records are generated
2020
number_of_films = 200

0 commit comments

Comments
 (0)