Home > Database > Mysql Tutorial > body text

Python中使用MySQLdb连接MySQL

WBOY
Release: 2016-06-07 17:04:17
Original
952 people have browsed it

如果用Ubuntu,直接sudo apt-get install python-mysqldb,安装完成之后可以在Python解释器中测试一下,输入import MySQLdb #注意

首先,安装需要的环境,Mysql和Python就不说了,必备的东西。

主要是安装的MySQLdb

免费下载地址在

用户名与密码都是

具体下载目录在 /pub/2011/08/26/Python中使用MySQLdb连接MySQL/MySQLdb/

如果用Ubuntu,,直接sudo apt-get install python-mysqldb,安装完成之后可以在Python解释器中测试一下,输入

import MySQLdb #注意大小写!! 如果不报错,就证明安装成功了,可能继续了

先写一个最简单的,创建一个数据库:

创建数据库,创建表,插入数据,插入多条数据 查询和插入的流程差不多,只是多了一个得到查询结果的步骤

 

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template