質問編集履歴

1

追記

2021/01/15 01:42

投稿

kaikubo_ko
kaikubo_ko

スコア13

test CHANGED
File without changes
test CHANGED
@@ -2,26 +2,34 @@
2
2
 
3
3
 
4
4
 
5
+ ```ここに言語を入力
6
+
5
7
  SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and table_type = 'BASE TABLE')
6
8
 
7
-
9
+ ```
8
-
9
-
10
10
 
11
11
  参考にしたサイト
12
12
 
13
+ ```ここに言語を入力
14
+
13
15
  https://qiita.com/isaatsu0131/items/50f8dca389b60a1fd5b5
14
16
 
17
+ ```
18
+
15
19
 
16
20
 
17
21
  上記を参考に.envファイル内のDB_HOSTをdocker-comose.ymlで設定したDB_HOST=dbに書き直したのですが、次は下記のようなエラーが出ます。
18
22
 
19
-
23
+ ```ここに言語を入力
20
24
 
21
25
  SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.19.0.2' (using password: NO) (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and table_type = 'BASE TABLE')
22
26
 
23
27
 
24
28
 
29
+ ```
30
+
31
+
32
+
25
33
  エラー文を読むとアクセスが拒否されるとのことですが、下記を試した後にrestartしたのですがエラーが変わりません。
26
34
 
27
35
 
@@ -42,10 +50,10 @@
42
50
 
43
51
 
44
52
 
45
-
46
-
47
53
  【.env】
48
54
 
55
+ ```ここに言語を入力
56
+
49
57
  APP_NAME=Laravel
50
58
 
51
59
  APP_ENV=local
@@ -142,6 +150,10 @@
142
150
 
143
151
  MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
144
152
 
153
+ ```
154
+
155
+
156
+
145
157
 
146
158
 
147
159
 
@@ -150,6 +162,8 @@
150
162
 
151
163
  【docker-compose.yml】
152
164
 
165
+ ```ここに言語を入力
166
+
153
167
  version: '3'
154
168
 
155
169
 
@@ -221,3 +235,5 @@
221
235
  ports:
222
236
 
223
237
  - 3306:3306
238
+
239
+ ```