摘要:
vim /etc/ssh/sshd_config # PermitRootLogin Without-password PermitRootLogin yes # PasswordAuthentication no PasswordAuthentication yes systemctl resta 阅读全文
摘要:
方式一:使用skip-grant-tables sudo apt-get update sudo apt-get install mysql # 跳过授权表验证 sudo vim /etc/mysql/mysql.conf.d/mysqld.cnf 最后添加: skip-grant-tables # 阅读全文
摘要:
# 跳过授权表验证 sudo vim /etc/mysql/mysql.conf.d/mysqld.cnf 最后添加: skip-grant-tables # 刷新权限 FLUSH PRIVILEGES; # 修改密码 ALTER USER 'root'@'%' IDENTIFIED WITH MY 阅读全文
摘要:
官网:https://multipass.run/ 阅读全文