2022年9月5日

摘要: 一、场景 mysql数据库的备份、恢复需要用到binlog 二、操作步骤 1、查看binlog是否开启,为off则未开启 2、找到cnf文件,一般在/etc/目录下面,并且做好备份 3、修改my.cnf文件,添加 server_id=2log_bin=mysql-binbinlog_format=R 阅读全文
posted @ 2022-09-05 11:04 周同学带您玩AI 阅读(930) 评论(0) 推荐(0)
 
摘要: 一、场景 oracle在做备份、恢复、包括ramn或者第三方备份恢复,都需要开启oracle的静态监听 二、操作步骤 1、查看监听文件路径,通过lsnrctl status 2、关闭监听lsnrctl stop 3、编辑listener文件,最好做好备份,复制一份,并且注意格式 # listener 阅读全文
posted @ 2022-09-05 10:56 周同学带您玩AI 阅读(1996) 评论(0) 推荐(0)