We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1506e3 commit 268346cCopy full SHA for 268346c
sql.py
@@ -4,7 +4,7 @@
4
5
class Mysql():
6
def __init__(self):
7
- self.con = mdb.connect('127.0.0.1', 'shippable', '', 'some-test')
+ self.con = mdb.connect('127.0.0.1', 'root', '', 'some-test')
8
9
def populate(self):
10
try:
0 commit comments