質問編集履歴

5

文法の改善

2016/06/21 01:14

投稿

LINDA48
LINDA48

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,36 @@
10
10
 
11
11
 
12
12
 
13
+ 具体的には「mysql-communityの登録」がうまくいきません。
14
+
15
+
16
+
17
+ [root@]# yum -y install http://dev.mysql.com/get/mysql57-community-release-el5-7.noarch.rpm
18
+
19
+ Loaded plugins: fastestmirror, security
20
+
21
+ Repository CentALT is listed more than once in the configuration
22
+
23
+ Loading mirror speeds from cached hostfile
24
+
25
+ * base: www.ftp.ne.jp
26
+
27
+ * epel: www.ftp.ne.jp
28
+
29
+ * extras: www.ftp.ne.jp
30
+
31
+ * updates: www.ftp.ne.jp
32
+
33
+ Setting up Install Process
34
+
35
+ No package http://dev.mysql.com/get/mysql57-community-release-el5-7.noarch.rpm available.
36
+
37
+ Nothing to do
38
+
39
+
40
+
41
+
42
+
13
43
  レポジトリの見つけ方、私が考え違いしている点などご指摘、ご指導いただければ幸いです。
14
44
 
15
45
  よろしくお願いいたします。

4

書式の改善

2016/06/21 01:14

投稿

LINDA48
LINDA48

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,22 +10,6 @@
10
10
 
11
11
 
12
12
 
13
- 具体的には下記のようなエラーが出ております。
14
-
15
- > # yum localinstall mysql57-community-release-el5-7.noarch.rpm
16
-
17
- > Loaded plugins: fastestmirror, security
18
-
19
- > Repository CentALT is listed more than once in the configuration
20
-
21
- > Setting up Local Package Process
22
-
23
- > Cannot open file: mysql57-community-release-el5-7.noarch.rpm. Skipping.
24
-
25
- > Nothing to do
26
-
27
-
28
-
29
13
  レポジトリの見つけ方、私が考え違いしている点などご指摘、ご指導いただければ幸いです。
30
14
 
31
15
  よろしくお願いいたします。

3

書式の改善

2016/06/21 01:00

投稿

LINDA48
LINDA48

スコア12

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,7 @@
12
12
 
13
13
  具体的には下記のようなエラーが出ております。
14
14
 
15
- > yum localinstall mysql57-community-release-el5-7.noarch.rpm
15
+ > # yum localinstall mysql57-community-release-el5-7.noarch.rpm
16
-
17
- >
18
16
 
19
17
  > Loaded plugins: fastestmirror, security
20
18
 

2

書式の改善

2016/06/21 00:59

投稿

LINDA48
LINDA48

スコア12

test CHANGED
File without changes
test CHANGED
@@ -4,15 +4,17 @@
4
4
 
5
5
  下記のサイトを参考に進めていて、適切なレポジトリが見つけられないところでつまずいております。
6
6
 
7
- - http://qiita.com/gitseitanaka/items/5bcc07d9300119dc2473
7
+ - [http://qiita.com/gitseitanaka/items/5bcc07d9300119dc2473](http://qiita.com/gitseitanaka/items/5bcc07d9300119dc2473)
8
8
 
9
- - http://nexseed.net/tech-blog/create-lamp-environment-with-latest-php/
9
+ - [http://nexseed.net/tech-blog/create-lamp-environment-with-latest-php/](http://nexseed.net/tech-blog/create-lamp-environment-with-latest-php/)
10
10
 
11
11
 
12
12
 
13
13
  具体的には下記のようなエラーが出ております。
14
14
 
15
- > # yum localinstall mysql57-community-release-el5-7.noarch.rpm
15
+ > yum localinstall mysql57-community-release-el5-7.noarch.rpm
16
+
17
+ >
16
18
 
17
19
  > Loaded plugins: fastestmirror, security
18
20
 

1

書式の改善

2016/06/21 00:58

投稿

LINDA48
LINDA48

スコア12

test CHANGED
File without changes
test CHANGED
@@ -4,25 +4,25 @@
4
4
 
5
5
  下記のサイトを参考に進めていて、適切なレポジトリが見つけられないところでつまずいております。
6
6
 
7
- http://qiita.com/gitseitanaka/items/5bcc07d9300119dc2473
7
+ - http://qiita.com/gitseitanaka/items/5bcc07d9300119dc2473
8
8
 
9
- http://nexseed.net/tech-blog/create-lamp-environment-with-latest-php/
9
+ - http://nexseed.net/tech-blog/create-lamp-environment-with-latest-php/
10
10
 
11
11
 
12
12
 
13
13
  具体的には下記のようなエラーが出ております。
14
14
 
15
- # yum localinstall mysql57-community-release-el5-7.noarch.rpm
15
+ > # yum localinstall mysql57-community-release-el5-7.noarch.rpm
16
16
 
17
- Loaded plugins: fastestmirror, security
17
+ > Loaded plugins: fastestmirror, security
18
18
 
19
- Repository CentALT is listed more than once in the configuration
19
+ > Repository CentALT is listed more than once in the configuration
20
20
 
21
- Setting up Local Package Process
21
+ > Setting up Local Package Process
22
22
 
23
- Cannot open file: mysql57-community-release-el5-7.noarch.rpm. Skipping.
23
+ > Cannot open file: mysql57-community-release-el5-7.noarch.rpm. Skipping.
24
24
 
25
- Nothing to do
25
+ > Nothing to do
26
26
 
27
27
 
28
28