摘要:
mysql测试环境和生产环境在同一台服务器上数据迁移要注意: 生产库dacs , 测试库 dacs_test 1 、从生产导出数据: mysqldump -uroot -p --databases dacs >/tmp/dacs.sql 如果此时无脑导入就会把生产覆盖了。 source /tmp/d 阅读全文
摘要:
[root@instance-as0nsoax nginx]# yum -y install gd gd-develerror: db5 error(11) from dbenv->open: Resource temporarily unavailableerror: cannot open Pa 阅读全文
摘要:
[root@localhost mysql_backup]# cat /data/mysql_backup.sh #!/bin/bash mysql_user="root" mysql_password="G2022rdy" mysql_host="180.33.22.51" mysql_port= 阅读全文
摘要:
这么特的各种查看 profile里面的 JAVA 环境变量;;;; 擦从哦,发现profile 系统配置文件里面都是对的,但是mvn 还是报错。。 直接打开 mvn 这个可执行文件 直接再这里面声明java_home问题解决。 阅读全文
jenkins 报错The engine "node" is incompatible with this module. Expected version ">=18". Got "16.15.1"
摘要:
错误是由于node版本不兼容导致的,解决方案就是忽略引擎版本的检查 解决方案在前端编译的时候忽略引擎版本检测 sh "yarn config set registry https://registry.npmmirror.com/" sh "npm -v" sh "yarn -v" sh "yarn 阅读全文
摘要:
[root@localhost ~]# crontab -l0 */2 * * * sh /home/data-integration/run_logintop.sh0 */2 * * * sh /home/data-integration/run_stationtj.sh[root@localho 阅读全文
摘要:
[root@master01 /home/report]# pwd/home/report[root@master01 /home/report]# lltotal 79624-rwxrwxrwx 1 root root 5000 Jan 27 15:49 application.yml-rw-r- 阅读全文
摘要:
查mysql error log show full processlist ; 查锁等待 一顿分析,可能原因就是磁盘满了,所以监控告警要更上。,, 阅读全文
摘要:
[root@localhost data-integration]# cat run_logintop.sh #!/bin/bashcd /home/data-integrationnohup /home/data-integration/pan.sh -file=/home/data-integr 阅读全文
摘要:
SELECT cc.nick_name ,cc.user_name, max(ss.login_time) ,count(*) as login_count FROM `sys_logininfor` ss, sys_user cc where ss.`status`=0 and ss.login_ 阅读全文