表示 进入内容 151160452
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: Python (reset)
flask 建表语句和常见报错

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

$ cat models/user.py

#!/usr/bin/env python # encoding: utf-8

__author__ = 'Andy'

from exte...

【python】  【mysql】  【DB】  【索引】  【string】  【字符集】  【flask】   …

[获取更多]
查看mysql所有用户的权限

下午有安全检查,需要我告诉检查人员数据库中所有用户的权限,百度之后,记录下查询方法做记录,首先查询出数据库里所有的用户:

mysql> select distinct concat(user ,'@',host) as query from mysql.

【python】  【mysql】  【zabbix】  【数据库】  【grant】   点击查看原文>

Django连接数据mysql

【背景】 系统centos6.x python 版本 3.4.3 django 1.9.x

默认django使用的数据库是sqlite3, 而我们常用的是mysql

我们需要连接mysql此时是需要django连接mysql的驱动,默认是MySQLdb,但是这个是很难下载安装的,在cento...

【python】  【mysql】  【Django】  【数据库】  【配置】  【DB】  【class】   …

[获取更多]
MySQL 资源大全

目录 Awesome MySQL

分析工具

备份

性能测试

聊天应用

配置

连接器

部署

开发

GUI

HA

代理

复制

模式

服务器

分片

工具包

资源

文档

电子书

媒体

简讯

分析工具 性能,结构和数据分析工具

Anemometer – 一个 SQL 慢查询监控器。

【python】  【服务器】  【mysql】  【性能】   …

[获取更多]
python写一个通讯录step by step V3.0

python写一个通讯录step by step V3.0

更新功能: 数据库进行数据存入和读取操作 字典配合函数调用实现switch功能 其他:函数、字典、模块调用

注意问题:

1、更优美的格式化输出

2、把日期换算成年龄

3、更新操作做的更优雅

准备工作

db准备

创建...

【python】  【mysql】  【模块】  【数据库】  【ADD】   …

[获取更多]
第十三章 Python数据库编程

本章节讲解Python操作数据库,完成简单的增删改查工作,以MySQL数据库为例。 Python的MySQL数据库操作模块叫MySQLdb,需要额外的安装下。 通过pip工具安装:pip install MySQLdb MySQLdb模块,我们主要就用到连接数据库的方法MySQLdb.Connect(),连接上数据库后,再使用一些方法做相应的操作。

【python】  【mysql】  【SQL】  【模块】  【数据库】  【编程】   …

[获取更多]
Python操作MySQL数据库的三种方法

(1) 什么是MySQLdb?   MySQLdb 是用于 Python 连接 MySQL 数据库的接口,它实现了 Python 数据库 API 规范 V2.0,基于 MySQL C API 上建立的。

【python】  【mysql】  【SQL】  【数据库】  【DB】  【Commit】   点击查看原文>

pssh批量ssh操作

pssh批量ssh操作

# wget http://files.opstool.com/files/pssh-2.3.tar.gz

# tar zxfv pssh-2.3.tar.gz # cd pssh-2.

【linux】  【python】  【服务器】  【mysql】  【SSH】  【Server】  【Blog】  【service】   …

[获取更多]
Ubuntu 12.04 安装mysql及mysql-python

1、安装python开发包:sudo apt-get install python-dev 2、安装mysql服务端、客户端及扩展包: sudo apt-get install mysql-server mysql-client libmysqlclient-dev 3、安装python第三方库管...

【python】  【mysql】  【ubuntu】  【cto】  【Blog】   点击查看原文>

Python2.7 连接Mysql数据库

Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win 32 Type "help", "copyright", "credits" or "license" for more information.

【python】  【mysql】  【数据库】  【Server】  【test】  【type】  【cto】  【Blog】   …

[获取更多]
表示 进入内容 151160452
« 先前的 10 新的记录 | 下一步 10 较早的记录 »