回答編集履歴

1

パスワードを質問者さんに合わせた

2020/09/22 06:28

投稿

YakumoSaki
YakumoSaki

スコア2027

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- cnct = pymysql.connect(host="localhost", user="root", password="mysql")
15
+ cnct = pymysql.connect(host="localhost", user="root", password="root")
16
16
 
17
17
  cur = cnct.cursor()
18
18