回答編集履歴
1
脱字の修正
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
・railsユーザーに権限を付与する
|
10
10
|
|
11
|
-
rant all on *.* to rails@'localhost'; を実行する
|
11
|
+
grant all on *.* to rails@'localhost'; を実行する
|
12
12
|
|
13
13
|
|
14
14
|
|