请求使用 python 或 ... 托管 DirectAdmin 或 Cpanel?
Request to Host DirectAdmin or Cpanel with python or ...?
我在互联网上有一个网站 www.exampl.com 并在 DirectAdmin 中设置(或者可以在 Cpanel 上设置)。我如何请求我的 table 数据库?
在 SQL 中 Python:
import pyodbc
db = pyodbc.connect ("Driver={SQL Server Native Client 11.0};Server=.;Database=DatabaseName Trusted_Connection=yes;")
CUR = db.cursor()
sql="SELECT Col1, Col2,Col3 from TableName"
CUR .execute(sql)
response=CUR.fetchone()
完成。
有办法吗?
在像 SQL 服务器这样的本地数据库中,我向 Internet 上主机上的 MySql 数据库发送请求,我收到了响应。
我发现我对这个 link 的回答是视频教程。只需设置我的 IP 专用或范围 Ip 我的 ISP。
我在互联网上有一个网站 www.exampl.com 并在 DirectAdmin 中设置(或者可以在 Cpanel 上设置)。我如何请求我的 table 数据库?
在 SQL 中 Python:
import pyodbc
db = pyodbc.connect ("Driver={SQL Server Native Client 11.0};Server=.;Database=DatabaseName Trusted_Connection=yes;")
CUR = db.cursor()
sql="SELECT Col1, Col2,Col3 from TableName"
CUR .execute(sql)
response=CUR.fetchone()
完成。
有办法吗?
在像 SQL 服务器这样的本地数据库中,我向 Internet 上主机上的 MySql 数据库发送请求,我收到了响应。
我发现我对这个 link 的回答是视频教程。只需设置我的 IP 专用或范围 Ip 我的 ISP。