摘要:
1 # coding=utf-8 2 """ 3 Demonstrates how to use the background scheduler to schedule a job that executes on 3 second 4 intervals. 5 """ 6 7 from date 阅读全文
摘要:
用Navicat连接远程MYSQL,提示如下错误,我以为是自己的防火墙问题,但是关了,依然不行。 ERROR 1130: Host '192.168.1.3' is not allowed to connect to thisMySQL server 其实主要问题是mysql服务器那边的权限问题,默 阅读全文
摘要:
在MySQL里面show variables where variable_name like '%auto%'这条语句可以正常执行,但是show processlist where host like '%192%'就会报错了:Error Code : 1064You have an error ... 阅读全文