質問編集履歴

1

markdown

2018/06/04 01:54

投稿

dossy
dossy

スコア109

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ ```
2
+
1
3
  rake db:create
2
4
 
3
5
  #<Mysql2::Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.socks' (13)>
@@ -12,9 +14,9 @@
12
14
 
13
15
  (If you set the charset manually, make sure you have a matching collation)
14
16
 
17
+ ```
18
+
15
19
  以上が、エラー全文です。
16
-
17
-
18
20
 
19
21
  mysqlで、とあるカリキュラムでプロジェクトをgit clone し、bundle install,rake db:create したらなりました。
20
22