mysql出错:SQLSTATE[HY000]: General error: 2006 MySQL server has gone away 2022-03-28 mysql4yop发表留言 php常驻脚本,出现的; 1.可以定时重启脚本; 2.设置时间长些 SET SESSION wait_timeout=65535 3.定时查询 4.断开重连 mysql执行 : 来查看超时时间
navicat连接数据库出现 :Host ‘gateway’ is not allowed to connect to this MySQL server 2022-02-09 mysql4yop发表留言
mycat 使用全局序列后 报错 sequnce err.java.lang.NullPointerException 2022-02-02 MYCAT4yop发表留言 1.首先检查一下配置有没有错; 2.可能原因之一:我的dbseq.sql导错节点了,然后我就在navicat将表复制过去;其实函数没有复制过去;将表删了重新导入即可了;
使用git 常见的错误 2021-08-30 git4yop发表留言 1.fatal: unable to access ‘https://github.com/xxx/xxx/’: OpenSSL SSL_read: Connection wa…
go get -u 安装包失败 2021-08-24 go、开发4yop发表留言 执行 go get -u github.com/go-sql-driver/mysql ,出现 go: github.com/go-sql-driver/mysql@v1.6.0: Get ̶…
Could not resolve: api.github.com (Timeout while contacting DNS servers) Now trying to download from source 2021-07-27 composer、git、PHP4yop发表留言 Could not resolve: api.github.com (Timeout while contacting DNS servers) Now trying to download from…
mysql 使用 group 报错 2021-07-10 mysql4yop发表留言 报错 [Err] 1055 – Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggrega…
git status ,fatal: index file corrupt 2021-06-25 git、开发4yop发表留言 报错 : git status ,fatal: index file corrupt 案发现场:提交代码时突然电脑蓝屏 解决步骤: ①rm -rf .git/index #删除索引 ②git rese…