第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

無法使用 python 從我的計(jì)算機(jī)訪問 Azure SQL DB

無法使用 python 從我的計(jì)算機(jī)訪問 Azure SQL DB

慕桂英4014372 2023-10-11 20:09:59
我在天藍(lán)色中創(chuàng)建了自己的數(shù)據(jù)庫,但現(xiàn)在沒有任何數(shù)據(jù)。我按照此文檔創(chuàng)建數(shù)據(jù)庫。我想創(chuàng)建表并使用 python 從我的機(jī)器訪問它。到目前為止我嘗試過的import mysql.connectorfrom mysql.connector import errorcode# Obtain connection string information from the portalconfig = {    'host': '<servername>.database.windows.net',    'user': '<username>@servername.database.windows.net',    'password': '<passwword>',    'database': '<DB name>'}# Construct connection stringtry:    conn = mysql.connector.connect(**config)    print("Connection established")except mysql.connector.Error as err:    if err.errno == errorcode.ER_ACCESS_DENIED_ERROR:        print("Something is wrong with the user name or password")    elif err.errno == errorcode.ER_BAD_DB_ERROR:        print("Database does not exist")    else:        print(err)但是當(dāng)我運(yùn)行它時(shí)它會(huì)拋出以下錯(cuò)誤9002 (28000): The server name you tried cannot be found: <servername>.database.windows.net. Please check the Username and retry connection. The Username should be in <username@hostname> format.我用我的憑證填寫了憑證。提前致謝我可以從 Microsoft SQL Server Management Studio 訪問為什么我無法通過Python訪問?
查看完整描述

1 回答

?
嚕嚕噠

TA貢獻(xiàn)1784條經(jīng)驗(yàn) 獲得超7個(gè)贊

我認(rèn)為你誤解了SQL并且MySQL。

SQL您正在嘗試使用連接器訪問數(shù)據(jù)庫MySQL。那是不可能的。


查看完整回答
反對(duì) 回復(fù) 2023-10-11
  • 1 回答
  • 0 關(guān)注
  • 108 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)