質問編集履歴

2

markdown記法

2019/06/10 04:42

投稿

mote
mote

スコア128

test CHANGED
File without changes
test CHANGED
@@ -36,9 +36,85 @@
36
36
 
37
37
  ```
38
38
 
39
+ [mongodb エラー](https://qiita.com/hahirusan/items/278b1f5435c0d127ab02)
40
+
41
+ ```
42
+
43
+ motegiyuuta:~ motegiyuta$ mongod -dbpath /usr/local/var/mongodb
44
+
45
+ 2019-06-10T13:39:21.323+0900 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
46
+
47
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] MongoDB starting : pid=31425 port=27017 dbpath=/usr/local/var/mongodb 64-bit host=motegiyuuta.local
48
+
49
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] db version v4.0.1
50
+
51
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] git version: 54f1582fc6eb01de4d4c42f26fc133e623f065fb
52
+
53
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] allocator: system
54
+
55
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] modules: none
56
+
57
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] build environment:
58
+
59
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] distarch: x86_64
60
+
61
+ 2019-06-10T13:39:21.444+0900 I CONTROL [initandlisten] target_arch: x86_64
62
+
63
+ 2019-06-10T13:39:21.445+0900 I CONTROL [initandlisten] options: { storage: { dbPath: "/usr/local/var/mongodb" } }
64
+
65
+ 2019-06-10T13:39:21.453+0900 I STORAGE [initandlisten] Detected data files in /usr/local/var/mongodb created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
66
+
67
+ 2019-06-10T13:39:21.454+0900 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1536M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
68
+
69
+ 2019-06-10T13:39:22.581+0900 I STORAGE [initandlisten] WiredTiger message [1560141562:581092][31425:0x1166055c0], txn-recover: Main recovery loop: starting at 28/10880
70
+
71
+ 2019-06-10T13:39:22.728+0900 I STORAGE [initandlisten] WiredTiger message [1560141562:728247][31425:0x1166055c0], txn-recover: Recovering log 28 through 29
72
+
73
+ 2019-06-10T13:39:22.823+0900 I STORAGE [initandlisten] WiredTiger message [1560141562:823366][31425:0x1166055c0], txn-recover: Recovering log 29 through 29
74
+
75
+ 2019-06-10T13:39:22.894+0900 I STORAGE [initandlisten] WiredTiger message [1560141562:894475][31425:0x1166055c0], txn-recover: Set global recovery timestamp: 0
76
+
77
+ 2019-06-10T13:39:23.087+0900 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
78
+
79
+ 2019-06-10T13:39:23.212+0900 I CONTROL [initandlisten]
80
+
81
+ 2019-06-10T13:39:23.212+0900 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
82
+
83
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
84
+
85
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten]
86
+
87
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** WARNING: This server is bound to localhost.
88
+
89
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** Remote systems will be unable to connect to this server.
90
+
91
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** Start the server with --bind_ip <address> to specify which IP
92
+
93
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** addresses it should serve responses from, or with --bind_ip_all to
94
+
95
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** bind to all interfaces. If this behavior is desired, start the
96
+
97
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** server with --bind_ip 127.0.0.1 to disable this warning.
98
+
99
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten]
100
+
101
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten]
102
+
103
+ 2019-06-10T13:39:23.213+0900 I CONTROL [initandlisten] ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000
104
+
105
+ 2019-06-10T13:39:23.374+0900 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/usr/local/var/mongodb/diagnostic.data'
106
+
107
+ 2019-06-10T13:39:23.382+0900 I NETWORK [initandlisten] waiting for connections on port 27017
39
108
 
40
109
 
110
+
111
+
112
+
113
+ ```
114
+
41
- [mysql socketエラ-](https://qiita.com/yakimeron/items/705a10ebb859c77627f8)
115
+ ここで止まってしまいます
116
+
117
+
42
118
 
43
119
 
44
120
 

1

mark down

2019/06/10 04:42

投稿

mote
mote

スコア128

test CHANGED
File without changes
test CHANGED
@@ -38,9 +38,11 @@
38
38
 
39
39
 
40
40
 
41
- https://qiita.com/yakimeron/items/705a10ebb859c77627f8
41
+ [mysql socketエラ-](https://qiita.com/yakimeron/items/705a10ebb859c77627f8
42
42
 
43
+
44
+
43
- https://qiita.com/hondy12345/items/d32ed749fb49e9da7de6
45
+ [mysql socketエラー](https://qiita.com/hondy12345/items/d32ed749fb49e9da7de6)
44
46
 
45
47
  この辺片っ端から調べてみても,治りませんでした.
46
48