我编辑了deian.cnf以更改mysql (ubuntu服务器)的密码。
sudo vi /etc/mysql/debian.cnf
我变了
user=debian password=*
至
user=debian password=mypassword
然后我尝试进入mysql的控制台。
mysql -udebian-sys-maint -p
输入密码'mypassword‘
它报告说
mysql error 1045(280000) access denied for user 'debian-sys-maint '@' localhost using p
我运行Debian 7稳定与无人值守-升级(每天早上6点),以确保我总是完全更新。我有以下配置:
$ cat /etc/apt/apt.conf.d/50unattended-upgrades
// Automatically upgrade packages from these origin patterns
Unattended-Upgrade::Origins-Pattern {
// Archive or Suite based matching:
// Note that this will silently match a different r
我有一个基于Debian的服务器,其中我有一个centos虚拟机。这个VM有一个docker容器,我在其中安装了Gitlab。我有另一台安装了Windows server 2012的服务器,我想每天将Gitlab备份从Debian服务器发送到windows服务器。我已经阅读了Gitlab备份文档,但我无法从中获得答案。
在座的各位有什么好方法,请回答。