亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術(shù)文章
文章詳情頁

python-mysql Commands out of sync

瀏覽:100日期:2022-09-04 17:15:24

問題描述

python 執(zhí)行mysql 出現(xiàn)Commands out of sync; you can’t run this command now請(qǐng)問怎么解決啊錯(cuò)誤提示:Exception mysql_exceptions.ProgrammingError: (2014, 'Commands out of sync; you can’t run this command now') in <bound method DictCursor.__del_ of <MySQLdb.cursors.DictCursor object at 0x7f5ebc265050>> ignored

import jsonimport reimport tracebackimport binasciiimport time

from django.db import modelsimport MySQLdb as mdbimport MySQLdb.cursors

search_conn = mdb.connect(’127.0.0.1’, ’**’, ’’, ’’, port=9306, charset=’utf8’, cursorclass=MySQLdb.cursors.DictCursor)search_conn.ping(True)re_punctuations = re.compile(

ur'。|,|,|!|…|!|《|》|<|>|'|’|:|:|?|?|、|||“|”|‘|’|;||—|_|=|(|)|·|(|)| |.|【|】|『|』|@|&|%|^|*|+|||<|>|~|`|[|]')

def get_conn():

return mdb.connect(’127.0.0.1’, ’***’, ’’, ’’, port=9306, charset=’utf8’, cursorclass=MySQLdb.cursors.DictCursor)

def escape_string(string):

return re.sub(r'([’`=()|-!@~'&/^$])', r'1', string)

def split_words(string):

string = re_punctuations.sub(u’ ’, string).replace(u’-’, u’ ’)words = []for w in string.split(): try:words.append(w.encode(’ascii’).decode(’ascii’)) except:for c in w: words.append(c)return u’|’.join(words).strip(u’|’)

class HashManager(models.Manager):

def search(self, keyword, start=0, count=10, category=None, sort=None): search_cursor = search_conn.cursor() sql = ’’’SELECT id FROM rt_main’’’ conds = [] values = [] if keyword:conds.append(’MATCH(%s)’)values.append(escape_string(keyword)) if category:conds.append(’category=%s’)values.append(binascii.crc32(category)&0xFFFFFFFFL) if conds:sql += ’ WHERE ’ + ’ AND ’.join(conds) if sort == ’create_time’:sql += ’ ORDER BY create_time DESC ’ elif sort == ’length’:sql += ’ ORDER BY length DESC ’ sql += ’’’LIMIT %s,%sOPTION max_matches=1000, max_query_time=200 ’’’ search_cursor.execute(sql, values + [start, count]) items = list(search_cursor.fetchall()) search_cursor.execute(’SHOW META’) meta = {} for d in search_cursor.fetchall():meta[d[’Variable_name’]] = d[’Value’] sql = ’’’SELECT category, COUNT(*) AS num FROM rt_main ’’’ if conds:sql += ’ WHERE ’ + ’ AND ’.join(conds) sql += ’’’ GROUP BY category OPTION max_query_time=200’’’ search_cursor.execute(sql, values) cats = list(search_cursor.fetchall())res = {’result’: { ’items’: items, ’meta’: meta,},’cats’: { ’items’: cats,}, } search_cursor.close() return resdef list_with_files(self, ids): res = [] if len(ids[0]) == 40:items = Hash.objects.filter(info_hash__in=ids).values() else:items = Hash.objects.filter(id__in=ids).values() res = list(items) items = FileList.objects.filter(info_hash__in=[x[’info_hash’] for x in res]).values() for x in res:for y in items: if x[’info_hash’] == y[’info_hash’]:try: x[’files’] = json.loads(y[’file_list’])except ValueError: pass items = Extra.objects.filter(hash_id__in=ids).values() for x in res:for y in items: if x[’id’] == y[’hash_id’]:x[’extra’] = y return resdef list_related(self, hash_id, name, count=10): string = split_words(name) if not string:return [] search_conn = get_conn() search_cursor = search_conn.cursor() try:sql = ’’’SELECT id FROM rt_main WHERE MATCH(%s) AND id<>%s LIMIT 0,%s OPTION max_matches=1000, max_query_time=200’’’search_cursor.execute(sql, (string, hash_id, count))ids = [x[’id’] for x in search_cursor.fetchall()]items = Hash.objects.only(’name’, ’length’, ’create_time’, ’id’).filter(id__in=ids).values() except:traceback.print_exc()items = [] search_cursor.close() search_conn.close() return items

問題解答

回答1:

這個(gè)是Mysql報(bào)的錯(cuò),你分析一下自己的sql語句,看有沒有什么問題

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 日本久久影视 | 欧美伦妇高清免费 | www.黄在线 | 色综合中文字幕 | 国产丝袜护土调教在线视频 | 在线看色片 | 日韩高清在线二区 | 一级色视频| 国内小情侣一二三区在线视频 | 国产精品99爱免费视频 | 五月四房婷婷 | 玖玖玖精品视频免费播放 | 国产综合精品一区二区 | 午夜tv影院| 国产精品国产三级国产专区5o | 黄色小视频免费网站 | 杨幂国产精品福利在线观看 | 福利一区二区三区视频在线观看 | 二级特黄绝大片免费视频大片 | 欧美成人交tv免费观看 | 久久香蕉国产观看猫咪3atv | 欧美色频| 国产精品午夜激爽毛片 | 永久免费看黄在线播放 | 99re在线| 亚洲视频在线不卡 | 中日韩精品视频在线观看 | 自偷自偷自亚洲首页精品 | 欧美大黄视频 | 日本xxxxx黄区免费看动漫 | 丁香五婷婷 | 国产一级特黄生活片 | 国产丝袜视频在线 | 美女免费精品高清毛片在线视 | 国内精品久久久久鸭 | 国产国产人在线成免费视频69 | 青青青国产依人免费视频 | 777国产精品永久免费观看 | 欧美国产日韩做一线 | 护士一级aaaaaa毛片 | 九九热精品在线观看 |