質問編集履歴
4
SQL文掲載
test
CHANGED
File without changes
|
test
CHANGED
@@ -514,4 +514,6 @@
|
|
514
514
|
|
515
515
|
|
516
516
|
|
517
|
+
select * from information_schema.tables where table_schema='budgettracker' and table_name='data2020';
|
518
|
+
|
517
519
|
![イメージ説明](ecbbfcb7a78bd093a8e70208f74288d1.png)
|
3
DBeaver SQL実行結果掲載 2021/11/13
test
CHANGED
File without changes
|
test
CHANGED
@@ -511,3 +511,7 @@
|
|
511
511
|
|
512
512
|
|
513
513
|
![イメージ説明](02f15babb856580a70898bfaa8a5a859.png)
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
![イメージ説明](ecbbfcb7a78bd093a8e70208f74288d1.png)
|
2
DBeaverのスクショを添付
test
CHANGED
File without changes
|
test
CHANGED
@@ -507,3 +507,7 @@
|
|
507
507
|
dburl=jdbc:mysql://192.168.0.44:3306/budgettracker?allowPublicKeyRetrieval=true&useSSL=false
|
508
508
|
|
509
509
|
```
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
![イメージ説明](02f15babb856580a70898bfaa8a5a859.png)
|
1
ユーザ名、パスワードを更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -500,9 +500,9 @@
|
|
500
500
|
|
501
501
|
```ここに言語を入力
|
502
502
|
|
503
|
-
user=
|
503
|
+
user=user_name
|
504
|
-
|
504
|
+
|
505
|
-
password=r
|
505
|
+
password=password
|
506
506
|
|
507
507
|
dburl=jdbc:mysql://192.168.0.44:3306/budgettracker?allowPublicKeyRetrieval=true&useSSL=false
|
508
508
|
|