質問編集履歴

1

追記

2016/07/05 14:07

投稿

WebDesigner
WebDesigner

スコア11

test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,79 @@
121
121
  ###最後に
122
122
 
123
123
  今までは安いレンタルサーバーを借りてFTPでファイルを上げることしかしなかったのでサーバについての知識はかなり乏しいのですが、どなたかご教授お願い致します。
124
+
125
+
126
+
127
+
128
+
129
+ #追記
130
+
131
+ sudo yum -y --enablerepo=remi install php-mysql
132
+
133
+ を実行してみたのですが状況に変化がありませんでした。
134
+
135
+ ```
136
+
137
+ $ sudo yum -y --enablerepo=remi install php-mysql
138
+
139
+ Loaded plugins: fastestmirror
140
+
141
+ Loading mirror speeds from cached hostfile
142
+
143
+ * base: mirror.cisp.com
144
+
145
+ * epel: mirror.steadfast.net
146
+
147
+ * extras: mirror.eboundhost.com
148
+
149
+ * remi: mirrors.mediatemple.net
150
+
151
+ * remi-safe: mirrors.mediatemple.net
152
+
153
+ * updates: mirror.tzulo.com
154
+
155
+ Resolving Dependencies
156
+
157
+ --> Running transaction check
158
+
159
+ ---> Package php-mysql.x86_64 0:5.4.45-10.el7.remi will be installed
160
+
161
+ --> Processing Dependency: php-pdo(x86-64) = 5.4.45-10.el7.remi for package: php-mysql-5.4.45-10.el7.remi.x86_64
162
+
163
+ --> Running transaction check
164
+
165
+ ---> Package php-pdo.x86_64 0:5.4.45-10.el7.remi will be installed
166
+
167
+ --> Processing Dependency: php-common(x86-64) = 5.4.45-10.el7.remi for package: php-pdo-5.4.45-10.el7.remi.x86_64
168
+
169
+ --> Finished Dependency Resolution
170
+
171
+ Error: Package: php-pdo-5.4.45-10.el7.remi.x86_64 (remi)
172
+
173
+ Requires: php-common(x86-64) = 5.4.45-10.el7.remi
174
+
175
+ Installed: php-common-5.6.23-1.el7.remi.x86_64 (@remi-php56)
176
+
177
+ php-common(x86-64) = 5.6.23-1.el7.remi
178
+
179
+ Available: php-common-5.4.16-36.el7_1.x86_64 (base)
180
+
181
+ php-common(x86-64) = 5.4.16-36.el7_1
182
+
183
+ Available: php-common-5.4.16-36.1.el7_2.1.x86_64 (updates)
184
+
185
+ php-common(x86-64) = 5.4.16-36.1.el7_2.1
186
+
187
+ Available: php-common-5.4.45-9.el7.remi.x86_64 (remi)
188
+
189
+ php-common(x86-64) = 5.4.45-9.el7.remi
190
+
191
+ Available: php-common-5.4.45-10.el7.remi.x86_64 (remi)
192
+
193
+ php-common(x86-64) = 5.4.45-10.el7.remi
194
+
195
+ You could try using --skip-broken to work around the problem
196
+
197
+ You could try running: rpm -Va --nofiles --nodigest
198
+
199
+ ```