当前位置:网站首页>PY3 link MySQL
PY3 link MySQL
2022-07-02 03:21:00 【Little wooden man】
# -*- coding: UTF-8 -*-
import pymysql
# Open database connection
db = pymysql.connect(host='192.168.1.6',
user='root',
passwd='admin',
port=3307,
database='hxjxequities')
# Use cursor() Method to create a cursor object cursor
cursor = db.cursor()
# Use execute() Method execution SQL Inquire about
cursor.execute(" SELECT VERSION() ")
# Use fetchone() Method to get a single piece of data .
data = cursor.fetchone()
print("mysqldb version : %s " % data)
# Close database connection
db.close()
边栏推荐
- 2022-2028 global soft capsule manufacturing machine industry research and trend analysis report
- verilog REG 寄存器、向量、整数、实数、时间寄存器
- Uniapp uses canvas to generate posters and save them locally
- verilog 并行块实现
- The capacity is upgraded again, and the new 256gb large capacity specification of Lexar rexa 2000x memory card is added
- Intersection of Venn graph
- Verilog state machine
- Discussion on related configuration of thread pool
- Discrimination between sap Hana, s/4hana and SAP BTP
- How to develop digital collections? How to develop your own digital collections
猜你喜欢

2022-2028 global manual dental cleaning equipment industry research and trend analysis report

Verilog state machine

JS <2>

Common means of modeling: aggregation

MySQL advanced (Advanced) SQL statement (II)

Just a few simple steps - start playing wechat applet

How to develop digital collections? How to develop your own digital collections

Retrofit's callback hell is really vulnerable in kotlin synergy mode

焱融看 | 混合雲時代下,如何制定多雲策略

Sentry experience and architecture, a fledgling monitoring product with a market value of $100million
随机推荐
Yan Rong looks at how to formulate a multi cloud strategy in the era of hybrid cloud
3124. Word list
What is the binding path of SAP ui5
IPhone 6 plus is listed in Apple's "retro products" list
2022 hoisting machinery command examination paper and summary of hoisting machinery command examination
[C Advanced] brother Peng takes you to play with strings and memory functions
Force deduction daily question 540 A single element in an ordered array
Global and Chinese markets for electronic laryngoscope systems 2022-2028: Research Report on technology, participants, trends, market size and share
2022 hoisting machinery command examination paper and summary of hoisting machinery command examination
初出茅庐市值1亿美金的监控产品Sentry体验与架构
Rotating frame target detection mmrotate v0.3.1 learning model
命名块 verilog
Qualcomm platform wifi-- WPA_ supplicant issue
C#联合halcon脱离halcon环境以及各种报错解决经历
C shallow copy and deep copy
SAML2.0 笔记(一)
ORA-01547、ORA-01194、ORA-01110
West digital decided to raise the price of flash memory products immediately after the factory was polluted by materials
Calculation of page table size of level 2, level 3 and level 4 in protection mode (4k=4*2^10)
数据传输中的成帧