質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
AWSによるデプロイを実行するため、サーバー起動前の準備をしている状況です。
|
2
2
|
|
3
3
|
今はEC2でログインし、アプリケーションのルートディレクトリにいます。
|
4
|
+
|
5
|
+
RDSにて接続しようとしています。
|
4
6
|
|
5
7
|
|
6
8
|
|
@@ -28,4 +30,22 @@
|
|
28
30
|
|
29
31
|
|
30
32
|
|
33
|
+
```ここに言語を入力
|
34
|
+
|
35
|
+
systemcti status mysqld
|
36
|
+
|
37
|
+
```
|
38
|
+
|
39
|
+
を打つと
|
40
|
+
|
41
|
+
```ここに言語を入力
|
42
|
+
|
43
|
+
● mysqld.service - MySQL Server Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled) Active: activating (start) since 金 2021-02-12 01:15:07 UTC; 321ms ago Docs: man:mysqld(8) http://dev.mysql.com/doc/refman/en/using-systemd.html Process: 24463 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS) Control: 24486 (mysqld) CGroup: /system.slice/mysqld.service ├─24486 /usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid └─24490 /usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid 2月 12 01:15:07 ip-172-31-31-10.us-east-2.compute.internal systemd[1]: mysqld.service holdoff time.... 2月 12 01:15:07 ip-172-31-31-10.us-east-2.compute.internal systemd[1]: Starting MySQL Server... 2月 12 01:15:07 ip-172-31-31-10.us-east-2.compute.internal mysqld_pre_systemd[24463]: 2021-02-12T01... 2月 12 01:15:07 ip-172-31-31-10.us-east-2.compute.internal mysqld_pre_systemd[24463]: 2021-02-12T01... 2月 12 01:15:07 ip-172-31-31-10.us-east-2.compute.internal
|
44
|
+
|
45
|
+
```
|
46
|
+
|
47
|
+
と出るためおそらく起動しているものと思われます。
|
48
|
+
|
49
|
+
|
50
|
+
|
31
51
|
よろしくお願いいたします。
|