【ERROR】su user报'This account is currently not available'错误 for linux

发布时间:2020-08-05 03:51:52 作者:达芬奇的梦
来源:ITPUB博客 阅读:404

 

问题描述:

Linux 操作系统连接用户时报错:【This account is currently not available.】

 

[root@sam ~]# su - mysql

This account is currently not available.

 

问题分析:

查看账号(用户)信息

使用Vipw mysql命令或 cat /etc/passwd文件

 

发现mysql用户后为‘/sbin/nologin’,需要修改为‘/bin/bash’后方可连接使用。

[root@sam ~]# cat /etc/passwd

root:x:0:0:root:/root:/bin/bash

……

mysql:x:500:500::/home/mysql:/sbin/nologin

 

处理方法:

  1. 直接命令试:

usermod -s /bin/bash mysql

 

  1. 修改‘/etc/passwd’文件:

修改前:

mysql:x:500:500::/home/mysql:/sbin/nologin

修改后:

mysql:x:500:500::/home/mysql:/bin/bash

 

Repaired验证:

[root@sam ~]# cat /etc/passwd

root:x:0:0:root:/root:/bin/bash

……

mysql:x:500:500::/home/mysql:/bin/bash

 

[root@sam ~]# su - mysql

[mysql@sam ~]$ id

uid=500(mysql) gid=500(mysql) groups=500(mysql)

 

总结:修改前要记录相关信息,以便回退使用。

 

 

 

 

 

 

 

推荐阅读:
  1. syntax error near unexpected t
  2. mysql错误ERROR 1044 (42000): Access denied for user

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

error for

上一篇:CSS动态样式---基础-控制是否添加CSS类

下一篇:全息直播间搭建直播卖货更好的选择3D全息互动实时直播

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》