質問編集履歴

2

パスワードを隠した

2020/11/23 09:05

投稿

nao3434
nao3434

スコア7

test CHANGED
File without changes
test CHANGED
@@ -54,9 +54,9 @@
54
54
 
55
55
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
56
56
 
57
- username: root
57
+ username: ユーザー名
58
-
58
+
59
- password: password
59
+ password: パスワード
60
60
 
61
61
  socket: /tmp/mysql.sock
62
62
 
@@ -68,9 +68,9 @@
68
68
 
69
69
  adapter: mysql2
70
70
 
71
- database: my_dictionary_production
71
+ database: データベース名
72
-
72
+
73
- username: root
73
+ username: ユーザー名
74
74
 
75
75
  password: <%= ENV['MY_DICTIONARY_DATABASE_PASSWORD'] %>
76
76
 

1

誤字の修正

2020/11/23 09:05

投稿

nao3434
nao3434

スコア7

test CHANGED
File without changes
test CHANGED
@@ -126,7 +126,7 @@
126
126
 
127
127
 
128
128
 
129
- エラー文 Mysql2::Error::ConnectionError: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) で調べたところ、他の方はだいたい以下のやり方で解決していました。
129
+ エラー文で調べたところ、他の方はだいたい以下のやり方で解決していました。
130
130
 
131
131
 
132
132