Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Python realizes the output mode of reading the result value of mysql query.

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the output mode of python to read the value of mysql query results, the content of the article is carefully selected and edited by the author, has a certain pertinence, and is of great significance to everyone's reference, so let's learn about the output mode of reading mysql query result values by python together with the author.

#! / bin/python

# coding=utf-8

Import MySQLdb

Import time

Import sys

Import MySQLdb.cursors

# add character set parameters to prevent Chinese garbled

Print "- TOP OS SLAVE 10 -"

Conn = MySQLdb.connect (host= "XXXX", db= "mysql", user= "user", passwd= "password", port=338

0BET = "utf8")

Cursor = conn.cursor ()

Query = "select distinct t.userroomhostMagnet.sqlroomtext from mysql.slow_log t where t.query_time > 5 and t.start_time > = SUBDATE (CURDATE (), DATE_FORMAT (CURDATE (),'% w') + 3) and t.start_time5 and

T.start_time > = SUBDATE (CURDATE (), DATE_FORMAT (CURDATE (),'% w') + 3) and t.start_time

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report