We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1eb2c3 commit 9630130Copy full SHA for 9630130
1 file changed
create_data_script.py
@@ -14,7 +14,7 @@
14
15
# Change 'databaseName' to point the empty mysql schema you want populated
16
# Replace 'user' and 'password' with your own details
17
-engine = create_engine('mysql://root:rootroot@localhost/testdb', echo=False)
+engine = create_engine('mysql://user:password@localhost/databaseName', echo=False)
18
19
# Constants - set these to determine how many records are generated
20
number_of_films = 200
0 commit comments