摘要:
jenkins build jobs error: ERROR: Build step failed with exception com.github.dockerjava.api.exception.DockerClientException: Could not build image: de 阅读全文
摘要:
ssh_exchange_identification: Connection closed by remote host 解决方法问题描述:在linux主机上ssh 另一台主机的内网地址报错: ssh_exchange_identification: Connection closed by re 阅读全文
摘要:
mysql常用sql语句 show variables like '%max_connections%'; //查看数据库的最大连接数; SET GLOBAL max_connections=2000;//设置最大连接数,重启后失效,永久生效需要在配置文件中修改。 show PROCESSLIST; 阅读全文
摘要:
在主库上执行 show slave status\G; Slave_IO_Running: No Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Could not find fi 阅读全文