摘要:
解决办法:file()改为open(),python 3.0 不再支持file file 2to3 fixer ☐ six support ☐ In Python 2 there is a file type builtin. This is replaced with various file t 阅读全文
摘要:
默认mysql是关闭general_log的,因为实时监控时间长了这个文件会很大! 所以只有需要临时调试程序的时候手动开启即可,调试完成记得手动删除general_log文件,并关闭设置。 set global general_log="on"; tail -f /var/log/messages 阅读全文
摘要:
mysql中做了个定时执行的事件,发现原来起作用,现在不行了。 调用/var/lib/mysql中的错误日志文件,发现一句: Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = 阅读全文