摘要:
问题 在程序调用mysql存储过程的时候报错: the user specified as a definer ('root'@'%') does not exist 原因 环境运行之后,把数据库用root用户导出来,到别的环境下使用。 这个时候,在查询数据库表的状态可以看到语句是这样的: CREA 阅读全文
摘要:
因为要测试多网口绑定,所以需要操作华为s5700交换机 华为交换机s5700配置: 默认密码:Admin@huawei.com 常用的命令 将1、2两个口绑定到eth 11 inter eth 11 inter gi 0/0/1 eth 11 inter gi 0/0/2 eth 11 查看流量状态 阅读全文
摘要:
报错详情 Unable to negotiate with xx.xx.xx.xx port 29318: no matching host key type found. Their offer: ssh-rsa,ssh-dss fatal: Could not read from remote 阅读全文
摘要:
使用automake 1.14,发现老项目在编译过程中会报警告: source/Makefile.am:45: warning: source file 'zz/xx.cpp' is in a subdirectory, source/Makefile.am:45: but option 'subd 阅读全文
摘要:
Jewel版cephfs当rm -rf文件时报错"No space left on device" 一、概述 原因:cephfs的stray满了 不严谨地说, stray就相当于回收站,stray文件节点有文件数限制,默认是10万,定时删除,但删除的很慢。导致stray一直处于满的状态。严谨的说法在 阅读全文