摘要: 创建按天分表的程序:#!/usr/bin/python2.6# -*- coding: utf-8 -*- import datetime#import MySQLdb tbname="alter table tip"ddl="""add index idx_timestamp(timestamp,appid,appcallcount);""" #dbuser="root"#dbpass=""#dbname="test"#socket="/hom 阅读全文
posted @ 2012-07-26 19:33 sunss 阅读(552) 评论(0) 推荐(0) 编辑