質問編集履歴

1

文言修正

2021/02/10 07:00

投稿

ma2hiro
ma2hiro

スコア159

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,29 @@
75
75
 
76
76
 
77
77
  お忙しい所大変申し訳ないのですがご助力頂けますと嬉しく思います。
78
+
79
+
80
+
81
+ 【追記】
82
+
83
+ MySQLは下記のようにインストールしているのは確認しております。
84
+
85
+ ```
86
+
87
+ $ yum list installed | grep mysql
88
+
89
+ mysql-community-client.x86_64 8.0.23-1.el7 @mysql80-community
90
+
91
+ mysql-community-client-plugins.x86_64 8.0.23-1.el7 @mysql80-community
92
+
93
+ mysql-community-common.x86_64 8.0.23-1.el7 @mysql80-community
94
+
95
+ mysql-community-devel.x86_64 8.0.23-1.el7 @mysql80-community
96
+
97
+ mysql-community-libs.x86_64 8.0.23-1.el7 @mysql80-community
98
+
99
+ mysql-community-server.x86_64 8.0.23-1.el7 @mysql80-community
100
+
101
+ mysql80-community-release.noarch el7-3 installed
102
+
103
+ ```