09 2021 档案

摘要:一. 查看已安装Mysql基础信息通过mysql –V 查看下mysql版本可以通过命令find / -name mysql 得到下面信息 1、安装目录[root@jjxnhd-192-10 mysql]# /var/lib/mysql2、配置文件[root@jjxnhd-192-10 mysql] 阅读全文
posted @ 2021-09-29 18:02 奋斗史 阅读(605) 评论(0) 推荐(0)
摘要:1. 问题1 Got fatal error 1236 from master when reading data from binary log: 'Slave can not handle replication events with the checksum that master is c 阅读全文
posted @ 2021-09-29 16:03 奋斗史 阅读(125) 评论(0) 推荐(0)
摘要:参考文档:https://www.h5w3.com/178305.html # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fa24c94ea91, 阅读全文
posted @ 2021-09-27 16:00 奋斗史 阅读(157) 评论(0) 推荐(0)
摘要:参考文档:https://blog.csdn.net/whatday/article/details/109138652 阅读全文
posted @ 2021-09-27 15:57 奋斗史 阅读(73) 评论(0) 推荐(0)
摘要:1. 编辑配置文件/etc/sysconfig/network-scripts/ifcfg-eno16777736 将DEVICE=eno16777736修改成DEVICE=eth0 保存并退出 2. 重命名该配置文件。 [root@remote network-scripts]# cd /etc/ 阅读全文
posted @ 2021-09-27 14:18 奋斗史 阅读(953) 评论(0) 推荐(0)