09 2021 档案

摘要:Windows Server 2012 默认远程桌面连接数是2个用户,如果多余两个用户进行远程桌面连接时,系统就会提示超过连接数。如果需要实现多用户远程登录则需要通过添加远程桌面授权解决。 工具/原料 Windows Server 2012 系统 建议新装系统并且断网环境下 准备一台可上外网的电脑 阅读全文
posted @ 2021-09-29 09:59 希曼博客 阅读(11615) 评论(0) 推荐(0)
摘要:Linux: Centos7.9 1.systemctl stop mariadb 2.转移logfile,(先转移到别的目录下备份,等后面重启mysql会自己重新生成) cd /var/lib/mysql mv ib_logfile* /mnt/backup_mysql mv aria_log*  阅读全文
posted @ 2021-09-08 19:20 希曼博客 阅读(895) 评论(0) 推荐(0)
摘要:1、客户端配置 [root@mysql zabbix_agentd.conf.d]# pwd /usr/local/zabbix-server/etc/zabbix_agentd.conf.d [root@mysql zabbix_agentd.conf.d]# cat custom_paramet 阅读全文
posted @ 2021-09-07 21:02 希曼博客 阅读(1044) 评论(0) 推荐(0)
摘要:首先确保已经获取联通光猫TEWA-800E的超级管理员权限。并获取PPPoE拨号用的账号密码,这个可以通过询问上门安装联通宽带的工作人员得知,但一般都会主动告诉你的。 之后访问如下网址,备份当前配置文件,以防万一。 http://192.168.1.1/backupsettings.conf 恢复备 阅读全文
posted @ 2021-09-01 20:31 希曼博客 阅读(5969) 评论(0) 推荐(0)
摘要:Upgrade procedure 1 停止zabbix-server服务 Stop Zabbix processes Stop Zabbix server to make sure that no new data is inserted into database. # systemctl st 阅读全文
posted @ 2021-09-01 17:39 希曼博客 阅读(1812) 评论(0) 推荐(0)
摘要:I'm upgrading my zabbix to a clean install on a new Centos8.4 machine (MariaDB). After import old sql,restart zabbix-server ,Web page can open but can 阅读全文
posted @ 2021-09-01 16:14 希曼博客 阅读(284) 评论(0) 推荐(0)
摘要:1 问题删除有外键关联的数据或者表的时候,mysql出现报错: Cannot delete or update a parent row: a foreign key constraint fails 2 解决方法 SET foreign_key_checks = 0; // 先设置外键约束检查关闭 阅读全文
posted @ 2021-09-01 16:04 希曼博客 阅读(620) 评论(0) 推荐(0)
摘要:报错信息: [root@node5 /]# tail /var/log/zabbix/zabbix_server.log 373017:20200907:111825.855 5: /usr/sbin/zabbix_server: configuration syncer [syncing conf 阅读全文
posted @ 2021-09-01 16:02 希曼博客 阅读(1273) 评论(0) 推荐(0)