質問編集履歴

1

修正

2018/09/02 10:01

投稿

kozica
kozica

スコア58

test CHANGED
File without changes
test CHANGED
@@ -10,17 +10,39 @@
10
10
 
11
11
  ```
12
12
 
13
- $ sudo mysql.server start
13
+ $ sudo mysql.server restart
14
14
 
15
15
  Password:
16
16
 
17
+ ERROR! MySQL server PID file could not be found!
18
+
17
19
  Starting MySQL
18
20
 
19
- .Logging to '/usr/local/var/mysql/keisuke.local.err'.
21
+ .Logging to '/usr/local/var/mysql/****.local.err'.
20
22
 
21
- ERROR! The server quit without updating PID file (/usr/local/var/mysql/keisuke.local.pid).
23
+ ERROR! The server quit without updating PID file (/usr/local/var/mysql/****.local.pid).
24
+
25
+
26
+
27
+ #pidファイルがないらしいので下記コマンドファイル作成してから実行
28
+
29
+ touch /usr/local/var/mysql/****.local.pid
30
+
31
+
32
+
33
+ $ sudo mysql.server restart
34
+
35
+ ERROR! MySQL server PID file could not be found!
36
+
37
+ Starting MySQL
38
+
39
+ .. ERROR! The server quit without updating PID file (/usr/local/var/mysql/****.local.pid).
22
40
 
23
41
  ```
42
+
43
+ 結果は変わりませんでした
44
+
45
+
24
46
 
25
47
 
26
48