質問編集履歴

2

ついか

2019/08/24 09:09

投稿

rink
rink

スコア80

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,51 @@
15
15
  https://www.apachefriends.org/jp/index.htmlからインストールしました。
16
16
 
17
17
  Windows上にインストールしました。
18
+
19
+ 又、MYSQLの横にあるlogsを押すと、
20
+
21
+ InnoDB: using atomic writes.
22
+
23
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
24
+
25
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Uses event mutexes
26
+
27
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
28
+
29
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Number of pools: 1
30
+
31
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Using SSE2 crc32 instructions
32
+
33
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
34
+
35
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Completed initialization of buffer pool
36
+
37
+ 2019-08-24 11:52:38 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
38
+
39
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables
40
+
41
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
42
+
43
+ 2019-08-24 11:52:38 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
44
+
45
+ 2019-08-24 11:52:38 0 [Note] InnoDB: 10.4.6 started; log sequence number 294606; transaction id 138
46
+
47
+ 2019-08-24 11:52:38 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
48
+
49
+ 2019-08-24 11:52:38 0 [Note] Plugin 'FEEDBACK' is disabled.
50
+
51
+ 2019-08-24 11:52:38 0 [Note] Server socket created on IP: '::'.
52
+
53
+ 2019-08-24 11:52:38 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: 通常、各ソケット アドレスに対してプロトコル、ネットワーク アドレス、またはポートのどれか 1 つのみを使用できます。
54
+
55
+
56
+
57
+
58
+
59
+ 2019-08-24 11:52:38 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
60
+
61
+ 2019-08-24 11:52:38 0 [ERROR] Aborting
62
+
63
+ InnoDB: using atomic writes.
64
+
65
+ と表示されます。

1

足りないところ追加

2019/08/24 09:08

投稿

rink
rink

スコア80

test CHANGED
File without changes
test CHANGED
@@ -9,3 +9,9 @@
9
9
  加えて、参考書には、Apacheがインストールできない場合の対策のみの記載となっていて、MYSQLがインストールできない場合にどうすればよいかが分かりません。
10
10
 
11
11
  どうすればよいでしょうか。宜しくお願い致します。
12
+
13
+ XAMPP CONTROL PANEL V3.2.4と書いてありました。
14
+
15
+ https://www.apachefriends.org/jp/index.htmlからインストールしました。
16
+
17
+ Windows上にインストールしました。