digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 8 ··· 37 下一页

2020年8月6日

摘要: 搭建 otter 的manger节点,然后用浏览器访问manager时,报错: java.rmi.ConnectException: Connection refused to host: 127.0.0.1 解决方法: 先获取 hostname 的值 和 本机的 ip 地址 ,然后在 /etc/h 阅读全文
posted @ 2020-08-06 23:22 digdeep 阅读(1796) 评论(0) 推荐(0) 编辑

2020年7月21日

摘要: mysql5.7 搭建基于GTID的从库报错: 查看error Log: 可以看到是,找不到 中继日志,所以,reset slave 把本地的中继日志清空,然后让其向从库重新拉取需要的日志: 搞定。 阅读全文
posted @ 2020-07-21 21:32 digdeep 阅读(227) 评论(0) 推荐(0) 编辑

2020年7月14日

摘要: 有个需求,需要从 Centos系统直接向Windows传送一个8G多的文件。调研了一下,WinScp蛮好用,使用scp协议进行传送。 也不需要特殊的权限。 在Centos中新增一个专门的用户,设置密码: adduser testuser; passwd testuser; 在Windows使用Win 阅读全文
posted @ 2020-07-14 16:25 digdeep 阅读(1436) 评论(0) 推荐(0) 编辑

2020年6月30日

摘要: 线上一个mysql5.6主从复制被操作系统重启弄崩溃了。重新搭建主从复制时, start slave io_thead; start slave sql_thread; 之后,show slave status\G 报错: ERROR 1872 (HY000): Slave failed to in 阅读全文
posted @ 2020-06-30 23:38 digdeep 阅读(1231) 评论(0) 推荐(0) 编辑

2020年6月26日

摘要: xtrabackup 备份 MySQL 8.0.20 时报错: 200626 08:40:59 Connecting to MySQL server host: localhost, user: root, password: set, port: 3306, socket: /data/mysql 阅读全文
posted @ 2020-06-26 11:52 digdeep 阅读(950) 评论(0) 推荐(0) 编辑

2020年5月8日

摘要: 1、从100G扩容到200G,第一步: 购买磁盘,支付。 2、快照 3、扩容 因为内核版本高于3.6,所以方法如下: https://help.aliyun.com/document_detail/111738.html?spm=a2c4g.11186623.6.810.1e6d1b25xkjwth 阅读全文
posted @ 2020-05-08 14:47 digdeep 阅读(1482) 评论(0) 推荐(0) 编辑

摘要: 2020-05-08T03:25:12.059499+08:00 2863585 [ERROR] Disk is full writing '/data/mysql/mysql3306/logs/mysql-bin.000086' (Errcode: 16044192 - No space left 阅读全文
posted @ 2020-05-08 09:03 digdeep 阅读(2159) 评论(0) 推荐(0) 编辑

2020年4月28日

摘要: 连续两天tomcat出现了假死的情况,不响应任何请求。但是日志里面没有看到任何相关异常。 调查方法,把当前内存堆栈和线程堆栈打印出来,然后进行分析。 #dump 方法栈信息 jstack $pid > /home/$pid/jstack.txt #dump jvm内存使用情况 jmap -heap 阅读全文
posted @ 2020-04-28 21:07 digdeep 阅读(2083) 评论(0) 推荐(0) 编辑

2020年4月27日

摘要: Tomcat奔溃,日志里面看到java.lang.OutOfMemoryError: Java heap space: 在Tomcat的catalina.sh 加上参数: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./oom.out 把内存溢出 阅读全文
posted @ 2020-04-27 17:04 digdeep 阅读(633) 评论(0) 推荐(0) 编辑

2020年4月25日

摘要: https://www.percona.com/blog/2020/04/23/a-simple-approach-to-troubleshooting-high-cpu-in-mysql/ One of our customers recently asked whether it is poss 阅读全文
posted @ 2020-04-25 21:31 digdeep 阅读(6191) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 37 下一页
不懂数据库和Web安全的架构师不是一个好的程序员。