質問編集履歴

2

説明を足しました

2020/01/07 15:05

投稿

ttoo
ttoo

スコア126

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,22 @@
9
9
  上記リンクより、mysqldをインストールを行ったところ、下記ログより、エラーとなってしまいました。
10
10
 
11
11
  こちらはどのように対応すればよろしいでしょうか?
12
+
13
+
14
+
15
+ yum install --skip-broken mysql-community-server
16
+
17
+ など実行してみましたがいまいち対応が分からない状態であります。
18
+
19
+
20
+
21
+ また、
22
+
23
+ You could try using --skip-broken to work around the problem
24
+
25
+ You could try running: rpm -Va --nofiles --nodigest
26
+
27
+ 上記二つはどのような意味でしょうか?
12
28
 
13
29
 
14
30
 
@@ -31,16 +47,6 @@
31
47
  Updating / installing...
32
48
 
33
49
  1:mysql57-community-release-el7-8 ################################# [100%]
34
-
35
- [root@ip-172-16-38-207 SageMaker]# ll
36
-
37
- total 28
38
-
39
- drwx------ 2 root root 16384 Jan 7 03:09 lost+found
40
-
41
- drwxrwxrwx 4 root root 4096 Jan 7 13:14 signate
42
-
43
- -rw-r--r-- 1 root root 6304 Jan 7 13:43 test
44
50
 
45
51
  [root@ip-172-16-38-207 SageMaker]#
46
52
 

1

説明を足しました

2020/01/07 15:05

投稿

ttoo
ttoo

スコア126

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- '''
21
+ ```
22
22
 
23
23
  [root@ip-172-16-38-207 SageMaker]# rpm -ivh http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
24
24
 
@@ -178,4 +178,4 @@
178
178
 
179
179
  -bash: mysqld: command not found
180
180
 
181
- '''
181
+ ```