急!!用python连接数据库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了急!!用python连接数据库相关的知识,希望对你有一定的参考价值。
我想用python连接到一个网上的数据库,但是我不知道怎么写那个code才能连接到那个数据库。我之前用过SAS,但是本人对SAS不太了解,所以不太懂怎么把存在remote server上的文件拷贝到local PC。 所以我想改用python去下载数据。
我之前SAS的code是这样的
%let wrds=wrds.wharton.upenn.edu 4016;
options comamid=TCP remote=WRDS;
signon username="XXX" password="XXX";
rsubmit;
libname SECa "/wrds/sec/archives";
options obs=1000;
/* WRDS SEC Analytics Suite: Example */
*libname sec_r '/wrds/sec/sasdata' server=wrds;
libname work_r (work) server=wrds;
libname sec '/wrds/sec/sasdata';
options sasautos=('/wrds/wrdsmacros/', SASAUTOS) MAUTOSOURCE;
data wrds_sec1;
set sec.wforms; format FNAME2 $100. ;
where form like '%10%K%' and CIK in ('0000078003') and fsize>0;
FNAME2 = cats("/wrds/sec/archives/",FNAME);
drop FINDEXDATE LINDEXDATE SOURCE FNAME ISIZE;
run;
希望有哪位大神可以帮助一下我
if DEBUG:
DATABASES =
'default':
'ENGINE': 'mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': '库名', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '3306', # Set to empty string for default. Not used with sqlite3.
,
'库名':
'ENGINE': 'mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': '库名', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '3306', # Set to empty string for default. Not used with sqlite3.
参考技术A 推荐你看python核心编程2的高级主题部分,其中有关于python数据库编程的内容
Eclipse导出jar,无法运行,在线高分急等。
我连接了sql2000的数据库,在eclipse里一点事情也没有,但是导出后就不能运行了,郁闷死我了,如果可以解决这个问题,我就给可以给的最高分。
普通的导出我会,只是连上数据库后,导出来的产品不能了连接数据库。
以上是关于急!!用python连接数据库的主要内容,如果未能解决你的问题,请参考以下文章
用C#.net连接MYSQL,怎么连接?还要安装啥吗?急!!!
急急急!!!Oracle在设置客户端网络连接时,测试显示ORA:12357连接关闭。