摘要:
1.RDS 数据日志已经快满了, 导致数据库不能写入,只读。 2. Binlog日志的保存及清理规则 MySQL实例的空间内默认清理binlog日志的规则如下: 实例空间内默认会保存最近18个小时内的binlog文件。 当实例使用空间小于购买空间的90%时,系统会保存购买空间的30%的binlog( 阅读全文
摘要:
import json,reimport urllib.requestdef GetLocalIP(): IPInfo = urllib.request.urlopen("http://ip.chinaz.com/getip.aspx").read().decode('utf8') ##获取公网IP的网址 #return IPInfo ##读取所有信息 IP = re.fi... 阅读全文