質問編集履歴

2

2

2017/05/07 06:16

投稿

enginner
enginner

スコア14

test CHANGED
File without changes
test CHANGED
@@ -8,17 +8,11 @@
8
8
 
9
9
  ![イメージ説明](87fddb6eac31576a2384613aa26d1937.png)
10
10
 
11
- ```
12
11
 
13
12
 
14
13
 
15
- ###該当のソースコード
16
14
 
17
- ```Python
15
+ ```python
18
-
19
-
20
-
21
- shoto@raspberrypi:~ $ vi sample.py
22
16
 
23
17
  import MySQLdb
24
18
 
@@ -58,6 +52,12 @@
58
52
 
59
53
 
60
54
 
55
+
56
+
57
+
58
+
59
+
60
+
61
61
  ###補足情報(言語/FW/ツール等のバージョンなど)
62
62
 
63
63
  Raspberry Pi 3

1

1

2017/05/07 06:15

投稿

enginner
enginner

スコア14

test CHANGED
@@ -1 +1 @@
1
- Raspberry Pi から virtualBoxのMysqlへ接続
1
+ 1Raspberry Pi から virtualBoxのMysqlへ接続
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  cursor = connection.cursor()
32
32
 
33
- # SQL
33
+
34
34
 
35
35
  cursor.execute("select * from bass")
36
36