摘要:
Navicat 连接Mysql 8.0以上版本报错12511251-Client does not support authentication protocol requested by server; 解决办法: 更改加密方式:ALTER USER 'root'@'localhost' IDEN 阅读全文
摘要:
通过docker logs命令可以查看容器的日志 命令格式:$ docker logs [OPTIONS] CONTAINER Options: --details 显示更多的信息 -f, --follow 跟踪实时日志 --since string 显示自某个timestamp之后的日志,或相对时 阅读全文
摘要:
wenbo.conf upstream wenbo-risk-80 { ip_hash; server 172.23.10.100:4500 max_fails=3 fail_timeout=15s; server 172.23.10.101:4500 max_fails=3 fail_timeou 阅读全文
摘要:
docker swarm 删除节点 (解散集群) 排空节点上的集群容器 。docker node update --availability drain g36lvv23ypjd8v7ovlst2n3yt 主动离开集群,让节点处于down状态,才能删除docker swarm leave 删除指定节 阅读全文
摘要:
Docker swarm 初始化swarm manager并制定网卡地址docker swarm init --advertise-addr 192.168.10.117 强制删除集群,如果是manager,需要加–forcedocker swarm leave --forcedocker node 阅读全文
摘要:
URL:https://git-scm.com/download/win 在工程目录里 右键 git bash here git config --global user.name "xinghuarong"git config --global user.email "it@szhuarong.c 阅读全文
摘要:
URL:https://git-scm.com/download/win 在代码工程目录里 右键 git bash here git config --global user.name "xinghuarong"git config --global user.email "it@szhuarong 阅读全文
摘要:
相信很多使用sql2000,mssql的朋友都对日志文件过大严重影响数据库运行,数据文件只有1G,但长期的数据库日志文件却有10G了,因为数据比较重要,有些手段又不好使用. 因为使用收缩数据库并不好使用.收缩日志文件也没有多大效果.笔者这里介绍一个最安全的减小mssql数据库日志文件的方法: 1.首 阅读全文
摘要:
下载安装包mysql-8.0.23-1.el7.x86_64.rpm-bundle.tar。wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.23-1.el7.x86_64.rpm-bundle.tar 解压安装包tar -xv 阅读全文
摘要:
戴尔 DELL R720 LED指示灯错误代称含义: 特定的系统组件 name组件号 number位置 bay AMP0302> The system board <name> current is greater than the upper warning threshold.> 系统板 <na 阅读全文