質問編集履歴

2

編集しました

2018/09/18 07:26

投稿

ray245
ray245

スコア10

test CHANGED
File without changes
test CHANGED
@@ -24,11 +24,13 @@
24
24
 
25
25
  15:29:47 [mysql] entire log window on the forums
26
26
 
27
-
27
+ ```
28
28
 
29
29
 
30
30
 
31
31
  追加しました⇓
32
+
33
+ ```
32
34
 
33
35
  15:38:15 41f4 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
34
36
 
@@ -82,7 +84,7 @@
82
84
 
83
85
  15:38:15 16884 [ERROR] Aborting
84
86
 
85
-
87
+ ```
86
88
 
87
89
  となっています。
88
90
 

1

エラーログの追加

2018/09/18 07:26

投稿

ray245
ray245

スコア10

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,72 @@
28
28
 
29
29
 
30
30
 
31
+ 追加しました⇓
32
+
33
+ 15:38:15 41f4 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
34
+
35
+
36
+
37
+ 15:38:15 16884 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.
38
+
39
+
40
+
41
+ 15:38:15 16884 [Note] InnoDB: Using mutexes to ref count buffer pool pages
42
+
43
+ 15:38:15 16884 [Note] InnoDB: The InnoDB memory heap is disabled
44
+
45
+ 15:38:15 16884 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
46
+
47
+
48
+
49
+ 15:38:15 16884 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
50
+
51
+ 15:38:15 16884 [Note] InnoDB: Compressed tables use zlib 1.2.3
52
+
53
+ 15:38:15 16884 [Note] InnoDB: Using generic crc32 instructions
54
+
55
+ 15:38:15 16884 [Note] InnoDB: Initializing buffer pool, size = 16.0M
56
+
57
+ 15:38:15 16884 [Note] InnoDB: Completed initialization of buffer pool
58
+
59
+ 15:38:15 16884 [Note] InnoDB: Highest supported file format is Barracuda.
60
+
61
+ 15:38:15 16884 [Note] InnoDB: 128 rollback segment(s) are active.
62
+
63
+ 15:38:15 16884 [Note] InnoDB: Waiting for purge to start
64
+
65
+ 15:38:15 16884 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 8166965
66
+
67
+ 15:38:15 16396 [Note] InnoDB: Dumping buffer pool(s) not yet started
68
+
69
+ 15:38:15 16884 [Note] Plugin 'FEEDBACK' is disabled.
70
+
71
+ 15:38:15 16884 [Note] Server socket created on IP: '::'.
72
+
73
+
74
+
75
+ 15:38:15 16884 [ERROR] Can't start server: Bind on TCP/IPport. Got error: 10048: 通常、各ソケット アドレスに対してプロトコル、ネットワーク アドレス、またはポートのどれか 1 つのみを使用できます。
76
+
77
+
78
+
79
+
80
+
81
+ 15:38:15 16884 [ERROR] Do you already have another mysqld server running on port: 3306 ?
82
+
83
+ 15:38:15 16884 [ERROR] Aborting
84
+
85
+
86
+
87
+ となっています。
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
31
97
 
32
98
 
33
99
  ### 試したこと