#python #sql-server #sqlalchemy #proxy #pyodbc
Вопрос:
Как получить доступ к моей базе данных, которая находится за прокси-сервером, и я планирую использовать pyodbc/ sqlalchemy для доступа к моей базе данных? . Моя система баз данных-MSSQL.Я не уверен, нужно ли мне включать прокси-сервер в свой скрипт. Ниже приведен пример моего сценария
import pyodbc conn = pyodbc.connect( 'DRIVER={ODBC Driver 17 for SQL Server}; SERVER=DESKTOP-aaaaaaaSQLEXPRESS; PORT=8080; DATABASE= @@@@@@@; UID=xxxxxxxxxx; PWD=*********') cursor = conn.cursor() cursor.execute("SELECT * FROM performance1") for i in cursor: print(i)
ошибка:
[ODBC Driver 17 for SQL Server]A network-related or instance-specific error has occurred while establishing a connections occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if is configured to allow remote connections instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. (-1)')
пример прокси: http/https прокси — http://proxy.jfs.fkjkj.com:808