操作系统
$ uname -a
Linux aurora 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
MySQL
$ mysqladmin --version
mysqladmin Ver 8.42 Distrib 5.7.16, for Linux on x86_64
显然,有东西试图以root的形式登录到mysql服务器上。
service mysql start
但我不知道那是什么。
/var/log/mysql/error.log中与启动服务器相关
我在机器上远程使用SSH,但是在错误地删除了ld-linux-x86-64.so.2文件后,我关闭了ssh会话,现在我无法登录,因为它给了我以下错误:
Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-32-generic x86_64)
* Documentation: https://help.ubuntu.com/
21 packages can be updated.
16 updates are security updates.
Last login: Sat Apr 2 02:52:19 2016 from *****
/
在Linux (Debian挤压)上,我想禁用SSH登录,使用密码对某些用户(选定的组或除root之外的所有用户)。但我不想禁用他们使用证书登录。
编辑:非常感谢您的详细回答!由于某些原因,这在我的服务器上不起作用:
Match User !root
PasswordAuthentication no
...but可以很容易地被
PasswordAuthentication no
Match User root
PasswordAuthentication yes
我在root中编辑了我的/etc/profile,试图在登录时运行一个脚本,但显然我做错了。
现在的问题是,在重新启动VM之后,登录循环。如果输入用户名,然后输入密码,它将成功登录,显示上次登录的时间,然后在一秒钟左右后将我返回到登录屏幕。我试过以root和普通登录的身份登录。我在其他地方读到,引导到恢复模式可能会有帮助,但是在引导Arch时我找不到这个选项。我有以下选择:
Arch Linux pkg-linux内核
Arch Linux pkg-linux内核(回退initramfs)
Arch Linux
arch linux的高级选项
我试过所有这些引导选项
当我通过ssh登录或从控制台登录时,我看到的是:
Linux sensu.lbox.com 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/L
我用rbenv在根帐户下的Ubuntu14.04服务器上安装了Ruby。
root@droplet:~# ruby -v
ruby 2.3.1p112 (2016-04-26 revision 54768) [i686-linux]
但是,如果我在另一个用户下登录,则在相同的命令之后收到以下消息:
The program 'ruby' can be found in the following packages:
* ruby
* ruby1.8
为什么其他用户看不到Ruby的安装?我怎么才能修好它呢?
我完全是新手,我可能错过了一些重要的事情。所以如果你想让我提供关于这件
我正在尝试为linux机器添加新的用途。我使用了这个命令。
adduser "user_name" -u "UID" -G "GROUP_NAME"
在/etc/shadow中看到条目是
"user_name":$1$IfBL9BXC$ealgUJum3HJsDRqOUY74O1:0:0:99999::::
但当我尝试使用相同的用户名登录时,我的密码被接受,但立即要求我更改密码,如下所示。
You are required to change your password immediately (root enforced)
我已经登录到CentOS服务器,我想查看所有mysql数据库。因此,我切换到Linux root用户,并尝试登录mysql。通常(在其他服务器上),我使用一个简单的mysql命令完成此操作,但在这里我得到了一个访问被拒绝的消息:
[root@our.server.com kramer65]# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
我想,如果我是Linux的root用户,我可以做任何我想做的事情。有没有办法让我以Linux r