質問編集履歴

2

修正

2021/11/15 03:37

投稿

person
person

スコア224

test CHANGED
File without changes
test CHANGED
@@ -96,6 +96,12 @@
96
96
 
97
97
  con.commit()
98
98
 
99
+
100
+
101
+ cur.close()
102
+
103
+ con.close()
104
+
99
105
  ```
100
106
 
101
107
 

1

追記

2021/11/15 03:37

投稿

person
person

スコア224

test CHANGED
File without changes
test CHANGED
@@ -97,3 +97,31 @@
97
97
  con.commit()
98
98
 
99
99
  ```
100
+
101
+
102
+
103
+ Windows10
104
+
105
+
106
+
107
+ ```
108
+
109
+ > python -V
110
+
111
+ Python 3.8.2
112
+
113
+
114
+
115
+ > mysql --version
116
+
117
+ mysql Ver 8.0.19 for Win64 on x86_64 (MySQL Community Server - GPL)
118
+
119
+
120
+
121
+ > pip3 list
122
+
123
+ (省略)
124
+
125
+ PyMySQL 0.9.3
126
+
127
+ ```