質問編集履歴

1

s

2022/12/19 07:37

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,22 @@
44
44
  ```
45
45
 
46
46
 
47
+ ###ステータス確認追記
48
+ ```ここに言語を入力
49
+ app_root@ip-17x-xx-xx-xxx:~$ service mysql status
50
+ ● mysql.service - MySQL Community Server
51
+ Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
52
+ Active: active (running) since Mon 2022-12-19 05:00:05 JST; 11h ago
53
+ Process: 10440 ExecStartPost=/usr/share/mysql/mysql-systemd-start post (code=exited, status=0/SUCCESS)
54
+ Process: 10430 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
55
+ Main PID: 10439 (mysqld)
56
+ Tasks: 35
57
+ Memory: 999.0M
58
+ CPU: 5min 39.413s
59
+ CGroup: /system.slice/mysql.service
60
+ └─10439 /usr/sbin/mysqld
61
+ app_root@ip-17x-xx-xx-xxx:~$
62
+
63
+ ```
47
64
 
48
65
 
49
-