查了一下,原来是用户丢失了。 # pw groupadd mysql #建立mysql组# pw useradd mysql -g mysql #建立mysql用户并且加入到mysql组中 重新加入即可