码迷,mamicode.com
首页 >  
搜索关键字:mysql-python    ( 467个结果
django配置mysql数据库
安装完python后,安装python-mysql来连接mysql数据库,下载地址http://sourceforge.net/projects/mysql-python/,安装很简单,点下一步就可以了,不过要装和你python版本相对应的版本,否则比较蛋疼 安装完成后,...
分类:数据库   时间:2014-08-03 20:45:26    阅读次数:277
Windows 下Python操作MySQL
1、环境要求(Win7 X64): python 2.7, MySQL-python-1.2.3.win-amd64-py2.7 :http://www.codegood.com/download/11/ (有需要32位的在这个地方下载https://pypi.python.org/pypi/M.....
分类:数据库   时间:2014-08-01 22:45:12    阅读次数:389
Python学习之MySQLdb模块
CentOS下安装sudoyuminstallMySQL-python可以参考http://www.mikusa.com/python-mysql-docs/index.html获取更多信息MySQL-python为Python提供MySQL驱动程序,主要包括两个部件,_mysql和MySQLdb连接数据库In[56]:importMySQLdb In[57]:db=MySQLdb.connect(host=‘127.0.0.1‘,us..
分类:数据库   时间:2014-07-26 03:23:57    阅读次数:261
MySQL-python 1.2.3 for Windows and Python 2.7, 32bit and 64bit versions -(亲测可用)
MySQL-python 1.2.3 for Windows and Python 2.7, 32bit and 64bit versions - See more at: http://www.codegood.com/archives/129#sthash.dc3d3aib.dpufhttp:/...
分类:数据库   时间:2014-07-22 22:34:55    阅读次数:396
mysql-python socket连接错误
前提: cygwin 里通过 mysql-python模块 连接 windows版本的mysql 通过 socket不能连接 , 改为tcp 如下连接 ?conn?=?MySQLdb.connect(host=‘localhost‘,port=3306,user=‘xxx‘,passwd=‘xxx‘,db=‘xxx‘,charset=‘...
分类:数据库   时间:2014-07-22 00:05:36    阅读次数:271
Python学习笔记-安装MySQLdb模块
模块下载地址: MySQL-python 1.2.3 for Windows and Python 2.7, 32bit and 64bit versions http://www.codegood.com/archives/129 直接点击安装exe即可,如果缺少dll文件,可以百度下载相关dll文件。...
分类:数据库   时间:2014-07-21 10:12:16    阅读次数:223
mysql 远程连接可以,本地连接报错
使用python的MySQLdb库连接本地的mysql数据库,报错如下: File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 81, in Connect     return Connection(*args, **kwargs)   File "/usr/lib/python2.7/dist-pack...
分类:数据库   时间:2014-07-17 10:15:49    阅读次数:255
安装MySQL-python报错error: command 'gcc' failed with exit status 1
[root@vmoffice-7MySQL-python-1.2.3]#pythonsetup.pyinstallfunction)...._mysql.c:133:error:‘ER_SYNTAX_ERROR’undeclared(firstuseinthisfunction)_mysql.c:380:error:‘_mysql_ConnectionObject’hasnomembernamed‘connection’_mysql.c:382:warning:implicitdeclaratio..
分类:数据库   时间:2014-07-16 16:40:35    阅读次数:377
如何在centos安装python-mysql?
在python中使用mysql,需要安装mysql-python依赖包, 可以通过pip来安装: pip install MySQL-python如果发生错误,需要先安装一个开发包: yum install python-devel如果还是报错,运行: yum install mysql-devel.x86_64然后再运行pip命令安装mysql-python 阿里云CentOS6....
分类:数据库   时间:2014-07-16 11:46:55    阅读次数:252
python自动化管理mysql主从同步
mysql多实例1.my.cnf通过定义mysqldconfig类mysqld_vars={}从里面获得很多配置文件相关参数写入字典mysql.py2.initDB初始化数据库3.修改权限4.rc脚本启动5.check检查一下配置文件,配置文件与mysql变量同步6.值其实一样,不让显示7.Popen调用mysql-e命令SQLIOSeconds_Behind_Ma..
分类:数据库   时间:2014-07-15 10:55:19    阅读次数:398
467条   上一页 1 ... 43 44 45 46 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!