質問編集履歴

2

作業手順の追記

2016/02/04 02:01

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -34,4 +34,30 @@
34
34
 
35
35
  起動時にエラーが発生し起動ができない状況です。
36
36
 
37
+
38
+
39
+
40
+
41
+ /*========実施した作業手順========*/
42
+
37
- ご教授願います。
43
+ ```ここに言語を入力
44
+
45
+ //mysqldを停止確認
46
+
47
+ [root@localhost tmp]# service mysqld stop
48
+
49
+ //リポジトリ追加
50
+
51
+ [root@localhost tmp]# rpm -ivh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
52
+
53
+ //インストール
54
+
55
+ [root@localhost tmp]# yum install mysql-community-server
56
+
57
+ //バージョン確認
58
+
59
+ [root@localhost tmp]# mysql --version
60
+
61
+ mysql Ver 14.14 Distrib 5.6.28, for Linux (x86_64) using EditLine wrapper
62
+
63
+ ```

1

エラー内容修正

2016/02/04 02:01

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -24,14 +24,6 @@
24
24
 
25
25
  [root@localhost /]# cat /var/log/mysql/mysqld.log | grep ERROR
26
26
 
27
- 2016-02-03 21:25:32 8554 [ERROR] Plugin 'InnoDB' init function returned error.
28
-
29
- 2016-02-03 21:25:32 8554 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
30
-
31
- 2016-02-03 21:25:32 8554 [ERROR] Unknown/unsupported storage engine: InnoDB
32
-
33
- 2016-02-03 21:25:32 8554 [ERROR] Aborting
34
-
35
27
  2016-02-03 21:27:13 8851 [ERROR] InnoDB: Creation of SYS_TABLESPACES and SYS_DATAFILES has failed with error 18. Tablespace is full. Dropping incompletely created tables.
36
28
 
37
29
  AFILES has failed with error 18. Tablespace is full. Dropping incompletely created tables.