We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c933227 commit ed2b432Copy full SHA for ed2b432
1 file changed
project.py
@@ -8,7 +8,7 @@
8
db=sqlcon.connect(
9
host='localhost',
10
user='root',
11
- password='Aswanth@2009', # Change this
+ password='password', # Change this
12
database='mysql'
13
)
14
0 commit comments