huquan29 发表于 2021-11-13 17:07:10

lnmp mysql安装失败其他的好像都成功了小白求救

lnmp mysql安装失败其他的好像都成功了小白求救

licess 发表于 2021-11-13 21:38:04

Filesystem               SizeUsed Avail Use% Mounted on
devtmpfs               905M   0905M   0% /dev
tmpfs                  915M   0915M   0% /dev/shm
tmpfs                  915M8.4M907M   1% /run
tmpfs                  915M   0915M   0% /sys/fs/cgroup
/dev/mapper/centos-root8.0G1.6G6.5G20% /
/dev/xvda1            1014M168M847M17% /boot
tmpfs                  183M   0183M   0% /run/user/0
。。。。。。
groupadd: /etc/group.2103: No space left on device
groupadd: cannot lock /etc/group; try again later.
useradd: group 'mysql' does not exist
include/mysql.sh: line 538: cannot create temp file for here-document: No space left on device
chown: invalid user: ‘mysql:mysql’
2021-11-13T08:35:31.649247Z 0 TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2021-11-13T08:35:31.657518Z 0 Fatal error: Can't change to run as user 'mysql' ;Please check that the user exists!

2021-11-13T08:35:31.657576Z 0 Aborting

chgrp: invalid group: ‘mysql’
cp: error writing ‘/etc/init.d/mysql’: No space left on device
cp: failed to extend ‘/etc/init.d/mysql’: No space left on device
cp: error writing ‘/etc/systemd/system/mysql.service’: No space left on device
cp: failed to extend ‘/etc/systemd/system/mysql.service’: No space left on device
include/mysql.sh: line 613: cannot create temp file for here-document: No space left on device

你选的MySQL 5.7,而你系统上只有6.5GB的可用空间肯定不满足安装要求,安装要求上已经明确说明了所需的最低可用空间大小

huquan29 发表于 2021-11-14 00:36:58

licess 发表于 2021-11-13 21:38
你选的MySQL 5.7,而你系统上只有6.5GB的可用空间肯定不满足安装要求,安装要求上已经明确说明了所需的最 ...

哦这个样子谢谢。
页: [1]
查看完整版本: lnmp mysql安装失败其他的好像都成功了小白求救