質問編集履歴
3
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,28 +28,28 @@
|
|
28
28
|
|
29
29
|
--↓ここから--
|
30
30
|
● mariadb.service - MariaDB 10.5.5 database server
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
31
|
+
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled; vendor preset: disabled)
|
32
|
+
Drop-In: /etc/systemd/system/mariadb.service.d
|
33
|
+
mqmigrated-from-my.cnf-settings.conf
|
34
|
+
Active: failed (Result: exit-code) since 火 2020-09-29 15:11:28 JST; 19min ago
|
35
|
+
Docs: man:mariadbd(8)
|
36
|
+
https://mariadb.com/kb/en/library/systemd/
|
37
|
+
Process: 7211 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=7)
|
38
|
+
Process: 7119 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=0/SUCCESS)
|
39
|
+
Process: 7116 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
|
40
|
+
Main PID: 7211 (code=exited, status=7)
|
41
|
+
Status: "MariaDB server is down"
|
42
42
|
|
43
|
-
|
43
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
44
|
-
|
44
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] InnoDB: 10.5.5 started; log sequence number 14871494016; transaction id 198990929
|
45
|
-
|
45
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
|
46
|
-
|
46
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] Plugin 'FEEDBACK' is disabled.
|
47
|
-
|
47
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [ERROR] /usr/sbin/mariadbd: unknown variable 'innodb_file_format_max=Barracuda'
|
48
|
-
|
48
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [ERROR] Aborting
|
49
|
-
|
49
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: mariadb.service: main process exited, code=exited, status=7/NOTRUNNING
|
50
|
-
|
50
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: Failed to start MariaDB 10.5.5 database server.
|
51
|
-
|
51
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: Unit mariadb.service entered failed state.
|
52
|
-
|
52
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: mariadb.service failed.
|
53
53
|
Hint: Some lines were ellipsized, use -l to show in full.
|
54
54
|
--↑ここまで--
|
55
55
|
|
2
修正と追記
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
mariadb5.5から10.3へアップデートしたい
|
1
|
+
mariadb5.5から10.3以上へアップデートしたい
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
CentOS7で、mariadb5.5を使っていました。
|
2
2
|
このサーバではMoodleを動かしており、Moodleのアップデートに伴い
|
3
|
-
mariadbを10.2.29以上にするため、10.3にしようと思っています。
|
3
|
+
mariadbを10.2.29以上にするため、10.3以上にしようと思っています。
|
4
4
|
|
5
5
|
そこで、
|
6
6
|
https://qiita.com/egnr-in-6matroom/items/6dbb684ff03a228947bd
|
@@ -53,4 +53,14 @@
|
|
53
53
|
Hint: Some lines were ellipsized, use -l to show in full.
|
54
54
|
--↑ここまで--
|
55
55
|
|
56
|
-
どうすれば、正常に起動できますでしょうか。
|
56
|
+
どうすれば、正常に起動できますでしょうか。
|
57
|
+
|
58
|
+
また、現在のmariadbのバージョンを
|
59
|
+
yum list installed | grep mariadb
|
60
|
+
で確認したところ、下記の通り、10.5.5になっているようでした。
|
61
|
+
[root@E-Learning html]# yum list installed | grep mariadb
|
62
|
+
MariaDB-client.x86_64 10.5.5-1.el7.centos @mariadb-main
|
63
|
+
MariaDB-common.x86_64 10.5.5-1.el7.centos @mariadb-main
|
64
|
+
MariaDB-compat.x86_64 10.5.5-1.el7.centos @mariadb-main
|
65
|
+
MariaDB-server.x86_64 10.5.5-1.el7.centos @mariadb-main
|
66
|
+
galera-4.x86_64 26.4.5-1.el7.centos @mariadb-main
|
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
CentOS7で、mariadb5.5を使っていました。
|
2
|
-
このサーバではMoodleを動かしており、Moodleのアップデートに伴い
|
2
|
+
このサーバではMoodleを動かしており、Moodleのアップデートに伴い
|
3
3
|
mariadbを10.2.29以上にするため、10.3にしようと思っています。
|
4
4
|
|
5
5
|
そこで、
|
@@ -40,16 +40,16 @@
|
|
40
40
|
Main PID: 7211 (code=exited, status=7)
|
41
41
|
Status: "MariaDB server is down"
|
42
42
|
|
43
|
-
9月 29 15:11:27 E-Learning.
|
43
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
44
|
-
9月 29 15:11:27 E-Learning.
|
44
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] InnoDB: 10.5.5 started; log sequence number 14871494016;...8990929
|
45
|
-
9月 29 15:11:27 E-Learning.
|
45
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
|
46
|
-
9月 29 15:11:27 E-Learning.
|
46
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [Note] Plugin 'FEEDBACK' is disabled.
|
47
|
-
9月 29 15:11:27 E-Learning.
|
47
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [ERROR] /usr/sbin/mariadbd: unknown variable 'innodb_file_forma...racuda'
|
48
|
-
9月 29 15:11:27 E-Learning.
|
48
|
+
9月 29 15:11:27 E-Learning.hogehoge.co.jp mariadbd[7211]: 2020-09-29 15:11:27 0 [ERROR] Aborting
|
49
|
-
9月 29 15:11:28 E-Learning.
|
49
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: mariadb.service: main process exited, code=exited, status=7/NOTRUNNING
|
50
|
-
9月 29 15:11:28 E-Learning.
|
50
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: Failed to start MariaDB 10.5.5 database server.
|
51
|
-
9月 29 15:11:28 E-Learning.
|
51
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: Unit mariadb.service entered failed state.
|
52
|
-
9月 29 15:11:28 E-Learning.
|
52
|
+
9月 29 15:11:28 E-Learning.hogehoge.co.jp systemd[1]: mariadb.service failed.
|
53
53
|
Hint: Some lines were ellipsized, use -l to show in full.
|
54
54
|
--↑ここまで--
|
55
55
|
|