Python3 鏈接MySQL8

第一步:安裝pymysql ,記住(大於python3.X)的版本:python pip install pymysqlmysql 第二步:驗證pymysql 是否安裝成功:sql import pymysql # 打開數據庫鏈接 # localhost 爲 本地鏈接 # root 爲用戶名 # password 爲密碼 # test_data 爲數據庫 db = pymysql.connec
相關文章
相關標籤/搜索