KarlXu 发表于 2020-6-2 18:22:56

LNMP1.7,mysql安装失败

centos7.264位

make: *** Error 1
groupadd: /etc/group.2610: 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’
2020-06-02T09:44:02.123515Z 0 TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-06-02T09:44:02.144353Z 0 Fatal error: Can't change to run as user 'mysql' ;Please check that the user exists!

2020-06-02T09:44:02.144472Z 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: /etc/ld.so.conf.d/mysql.conf: No space left on device
ldconfig: Writing of cache data failed: No space left on device
Failed to execute operation: Cannot send after transport endpoint shutdown
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
failed, try other way...
include/mysql.sh: line 47: cannot create temp file for here-document: No space left on device
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Set password failed!
include/main.sh: line 728: cannot create temp file for here-document: No space left on device
include/main.sh: line 720: echo: write error: No space left on device
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Update root password...
include/main.sh: line 720: echo: write error: No space left on device
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
... Failed!
Remove anonymous users...
include/main.sh: line 720: echo: write error: No space left on device
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
include/main.sh: line 720: echo: write error: No space left on device
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
... Failed!
Disallow root login remotely...
include/main.sh: line 720: echo: write error: No space left on device
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
... Failed!
Remove test database...
include/main.sh: line 720: echo: write error: No space left on device
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
... Failed!
Reload privilege tables...
include/main.sh: line 720: echo: w

页: [1]
查看完整版本: LNMP1.7,mysql安装失败