摘要:
今天尝试自动更新服务器上tomcat中的web安装包 启动python脚本的时候,发现报错: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environmen 阅读全文
摘要:
1、查看监视文件日志开关和日志文件的具体位置: show global variables like '%general%'; 2、开启监视: set global general_log=ON; 也可以设置 日志的保存位置:set global general_log_file='tmp/gene 阅读全文
摘要:
昨天在虚拟机上搭建web项目环境时,想在主机上使用navicat访问虚拟机上的mysql数据库,报错大概是“hostxxx is not allowed to this mysql server”; 于是就检查防火墙,是关闭的,检查网络模式,是桥接模式,虚拟机也能和主机ping通。。。emmm那怎么 阅读全文