質問編集履歴

3

過去の質問のURL追加

2018/06/13 02:38

投稿

jin007
jin007

スコア34

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,14 @@
31
31
 
32
32
 
33
33
  現在netutatから確認したmysql.exeのポートは3306です。前回も同じ数字で使用していたので番号の変更とかはありません。
34
+
35
+
36
+
37
+
38
+
39
+ 過去の質問を参考にして解決をトライしたのですができませんでした。
40
+
41
+ https://teratail.com/questions/12157
34
42
 
35
43
 
36
44
 

2

コード追加

2018/06/13 02:38

投稿

jin007
jin007

スコア34

test CHANGED
File without changes
test CHANGED
@@ -31,3 +31,61 @@
31
31
 
32
32
 
33
33
  現在netutatから確認したmysql.exeのポートは3306です。前回も同じ数字で使用していたので番号の変更とかはありません。
34
+
35
+
36
+
37
+
38
+
39
+ -------追記-------
40
+
41
+ ```2018-06-13 11:21:17 1c04 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.
42
+
43
+ 2018-06-13 11:21:17 7172 [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.
44
+
45
+
46
+
47
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Using mutexes to ref count buffer pool pages
48
+
49
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: The InnoDB memory heap is disabled
50
+
51
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
52
+
53
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
54
+
55
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Compressed tables use zlib 1.2.3
56
+
57
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Using generic crc32 instructions
58
+
59
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Initializing buffer pool, size = 16.0M
60
+
61
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Completed initialization of buffer pool
62
+
63
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Highest supported file format is Barracuda.
64
+
65
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: 128 rollback segment(s) are active.
66
+
67
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Waiting for purge to start
68
+
69
+ 2018-06-13 11:21:17 7172 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.38-83.0 started; log sequence number 5901674
70
+
71
+ 2018-06-13 11:21:17 5552 [Note] InnoDB: Dumping buffer pool(s) not yet started
72
+
73
+ 2018-06-13 11:21:17 7172 [Note] Plugin 'FEEDBACK' is disabled.
74
+
75
+ 2018-06-13 11:21:17 7172 [Note] Server socket created on IP: '::'.
76
+
77
+ 2018-06-13 11:21:17 7172 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: 通常、各ソケット アドレスに対してプロトコル、ネットワーク アドレス、またはポートのどれか 1 つのみを使用できます。
78
+
79
+
80
+
81
+
82
+
83
+ 2018-06-13 11:21:17 7172 [ERROR] Do you already have another mysqld server running on port: 3306 ?
84
+
85
+ 2018-06-13 11:21:17 7172 [ERROR] Aborting
86
+
87
+
88
+
89
+
90
+
91
+ ```

1

タイトルの誤字を直しました。

2018/06/13 02:23

投稿

jin007
jin007

スコア34

test CHANGED
@@ -1 +1 @@
1
- XAMPPでmysqlgq起動しなくなった
1
+ XAMPPでmysql起動しなくなった
test CHANGED
File without changes