回答編集履歴
1
パスワードを質問者さんに合わせた
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
cnct = pymysql.connect(host="localhost", user="root", password="
|
15
|
+
cnct = pymysql.connect(host="localhost", user="root", password="root")
|
16
16
|
|
17
17
|
cur = cnct.cursor()
|
18
18
|
|