質問編集履歴

3

エラーの原因

2017/10/29 07:51

投稿

RYOHEI1009
RYOHEI1009

スコア45

test CHANGED
File without changes
test CHANGED
@@ -535,3 +535,19 @@
535
535
 
536
536
 
537
537
  MySQL [memo_db]>
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+ log.eで表示されているWRNING
546
+
547
+ 10-29 16:40:23.936 9887-9887/com.example.ryo.test2 W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
548
+
549
+ 10-29 16:40:23.936 9887-9887/com.example.ryo.test2 W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
550
+
551
+ 10-29 16:40:23.936 9887-9887/com.example.ryo.test2 W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
552
+
553
+ 10-29 16:40:23.936 9887-9887/com.example.ryo.test2 W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection

2

接続確認部分

2017/10/29 07:51

投稿

RYOHEI1009
RYOHEI1009

スコア45

test CHANGED
File without changes
test CHANGED
@@ -509,3 +509,29 @@
509
509
  上記はすべて最新
510
510
 
511
511
  IPアドレス:10.25.93.90
512
+
513
+
514
+
515
+
516
+
517
+ MySQL [(none)]> use memo_db;
518
+
519
+ Database changed
520
+
521
+ MySQL [memo_db]> select*from memo_db.memo_tbl;
522
+
523
+ +----+--------+
524
+
525
+ | id | memo |
526
+
527
+ +----+--------+
528
+
529
+ | 1 | りんご |
530
+
531
+ +----+--------+
532
+
533
+ 1 row in set (0.03 sec)
534
+
535
+
536
+
537
+ MySQL [memo_db]>

1

環境の追加

2017/10/29 06:55

投稿

RYOHEI1009
RYOHEI1009

スコア45

test CHANGED
File without changes
test CHANGED
@@ -489,3 +489,23 @@
489
489
 
490
490
 
491
491
  ご教授お願いします。
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+ 追加情報
500
+
501
+ 環境
502
+
503
+ JAVA,androidstudio,mysql
504
+
505
+ MYSQL Workbench
506
+
507
+ windows
508
+
509
+ 上記はすべて最新
510
+
511
+ IPアドレス:10.25.93.90