質問編集履歴

1

エラーメッセージが変わった

2022/12/19 05:05

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -34,5 +34,35 @@
34
34
 
35
35
  ```
36
36
 
37
+ ### 追記
38
+ やってる事は一緒ですがエラーメッセージが変わりました。
37
39
 
40
+ ```ここに言語を入力
41
+ t_satou@ip-17x-xx-xx-xxx:~$ sudo service mysqld stop
42
+ Failed to stop mysqld.service: Unit mysqld.service not loaded.
43
+ t_satou@ip-17x-xx-xx-xxx:~$
38
44
 
45
+ ```
46
+
47
+ MyASQLが起動してない?
48
+ いや接続は出来てますが・・・
49
+
50
+ ```ここに言語を入力
51
+ $ sudo su - hoge
52
+ $ mysql -u root -p
53
+ Enter password:
54
+ Welcome to the MySQL monitor. Commands end with ; or \g.
55
+ Your MySQL connection id is 179
56
+ Server version: 5.7.31-0ubuntu0.16.04.1 (Ubuntu)
57
+
58
+ Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
59
+
60
+ Oracle is a registered trademark of Oracle Corporation and/or its
61
+ affiliates. Other names may be trademarks of their respective
62
+ owners.
63
+
64
+ Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
65
+
66
+ mysql>
67
+
68
+ ```