摘要: root soft nproc 655350root hard nproc 655350root soft nofile 655360root hard nofile 655360root soft stack 102400root hard stack 327680root soft memloc 阅读全文
posted @ 2024-12-09 20:43 刚好遇见Mysql 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 登录 [root@prod-middle2 bin]# ./redis-cli -h 127.0.0.1 -p 6894127.0.0.1:6894> auth "B3BaS#c5Xm5J"OK 查看key keys * 查看key的类型 127.0.0.1:6894> type yms_licen 阅读全文
posted @ 2024-11-28 17:14 刚好遇见Mysql 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一般情况下报这样错误,操作系统ip地址和/etc/hosts ip地址不一致导致的 阅读全文
posted @ 2024-10-28 16:12 刚好遇见Mysql 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 查看当前防火墙状态:netsh advfirewall show allprofiles关闭防火墙:netsh advfirewall set allprofiles state off开启防火墙:netsh advfirewall set allprofiles state on添加删除规则net 阅读全文
posted @ 2024-10-21 19:26 刚好遇见Mysql 阅读(12) 评论(0) 推荐(0) 编辑
摘要: wget http://nchc.dl.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.1_src_all.tar.bz2tar -jxvf p7zip_9.20.1_src_all.tar.bz2cd p7zip_9.20.1makema 阅读全文
posted @ 2024-10-12 09:20 刚好遇见Mysql 阅读(9) 评论(0) 推荐(0) 编辑
摘要: pl/sql中文乱码 select userenv('language') from dual cmd命令行 set NLS_LANG=AMERICAN_AMERICA.ZHS16GBK pl/sql拖到cmd窗口下执行 pl/sql 显示行号 pl、sql字体大小调整 阅读全文
posted @ 2024-09-25 18:24 刚好遇见Mysql 阅读(3) 评论(0) 推荐(0) 编辑
摘要: yum -y install pcre-devel zlib-devel openssl openssl-develwget https://nginx.org/download/nginx-1.24.0.tar.gzwget https://codeload.github.com/yaoweibi 阅读全文
posted @ 2024-08-15 22:07 刚好遇见Mysql 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 中继日志(relaylog)只在主从服务器架构的从服务器上存在。从服务器(slave)为了与主服务器(Master)保持一致,要从主服务器读取二进制日志的内容,并且把读取到的信息写入本地的日志文件中,这个从服务器本地的日志文件就叫中继日志。从服务器读取中继日志,并根据中继日志的内容对从服务器的数据进 阅读全文
posted @ 2024-08-05 10:29 刚好遇见Mysql 阅读(79) 评论(0) 推荐(0) 编辑
摘要: mysql日志时间默认格式查询 mysql> SHOW GLOBAL VARIABLES LIKE 'log_timestamps';+ + +| Variable_name | Value |+ + +| log_timestamps | UTC |+ + +1 row in set (0.08 阅读全文
posted @ 2024-08-03 09:37 刚好遇见Mysql 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 备份 /usr/bin/xtrabackup --defaults-file=/etc/my.cnf --no-server-version-check --user=bk --password=ocm123 --backup --target-dir=/data/bk/bk_`date +%Y%m 阅读全文
posted @ 2024-08-02 11:54 刚好遇见Mysql 阅读(70) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示