質問編集履歴

2

エラー内容に対する自分の考えと思い当たる節の追加

2020/02/05 06:02

投稿

chichiyanagi
chichiyanagi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -39,6 +39,12 @@
39
39
  [mysql] entire log window on the forums
40
40
 
41
41
  ```
42
+
43
+ 正常に終了しませんでした。のようなエラーが出力されていると思いますが、
44
+
45
+ 毎回シャットダウン時には Xampp Control Panelよりサーバーを停止させ、XAMPP本体を終了していました。
46
+
47
+ 思い当たるトリガーとなるようなアクションはありません。
42
48
 
43
49
 
44
50
 

1

トライ内容の追加

2020/02/05 06:02

投稿

chichiyanagi
chichiyanagi

スコア10

test CHANGED
File without changes
test CHANGED
@@ -78,6 +78,46 @@
78
78
 
79
79
  上記のエラーが出力される。
80
80
 
81
+ #####6.C:\xampp\mysql_start.batよりMySQLの実行を試みる
82
+
83
+ 下記のような出力あり。
84
+
85
+ ```
86
+
87
+ Diese Eingabeforderung nicht waehrend des Running beenden
88
+
89
+ Please dont close Window while MySQL is running
90
+
91
+ MySQL is trying to start
92
+
93
+ Please wait ...
94
+
95
+ MySQL is starting with mysql\bin\my.ini (console)
96
+
97
+ 2020-02-05 14:26:49 0 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.
98
+
99
+ 2020-02-05 14:26:49 0 [Note] mysql\bin\mysqld (mysqld 10.4.8-MariaDB) starting as process 2332 ...
100
+
101
+
102
+
103
+ MySQL konnte nicht gestartet werden
104
+
105
+ MySQL could not be started
106
+
107
+ 続行するには何かキーを押してください . . .
108
+
109
+ ```
110
+
111
+
112
+
113
+ ###質問詳細
114
+
115
+
116
+
117
+ 再インストールすることで動くと書いてあるページは多くありましたが、
118
+
119
+ DBを引き継ぎ動かすやり方がかいてあるページにはたどり着けませんでした。
120
+
81
121
 
82
122
 
83
123
  ###質問詳細