ChatCrawlersearch across public Telegram Open the app
P

Python 中文交流群

сообщение · 2025-01-21 18:36 UTC
from mysql.connector.connection import MySQLConnection cnx = MySQLConnection( user='MYNAME', host='127.0.0.1', database='MYDATABASE', password='MYPASSWORD', # 查看验证方式 SELECT user, host, plugin FROM mysql.user; auth_plugin='mysql_native_password', # WTF,我数据库排序规则居然是这个编码。。。 collation='utf8mb3_general_ci', ) with cnx.cursor() as cur: cur.execute("SELECT @@version") res = cur.fetchone() print(res[0])

Вся лента · оригинал в Telegram

Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog