表示 进入内容 161170243
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: db (reset)
基于gevent和pymysql实现mysql读写的异步非堵塞方案

咱们经常使用的mysql库,MySQL-Python库是用C写的,很遗憾它是阻塞的,要实现异步的MySQL驱动必须用Python版本的MySQL驱动!  现在社区里面有两个纯python实现的mysql驱动。

【python】  【mysql】  【SQL】  【测试】  【DB】   点击查看原文>

MYSQL实现主从insert和query分开操作

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52...

【mysql】  【函数】  【SQL】  【数据库】  【配置】  【DB】  【Ping】  【type】   …

[获取更多]
ThinkPHP 切换数据库

方法1 $model=new Model(); //设置数据库连接 $model->db(2,"mysql://root:root@localhost:3306/atxiao"); //使用 $list2=$model->db(2)->query('select * from ax_user...

【mysql】  【数据库】  【配置】  【Thinkphp】  【DB】  【list】  【dump】   点击查看原文>

写给自己看的Linux运维基础(二) - Apache/MySQL. 安全设置. 定时任务

本文使用环境为CentOS 6   Apache, PHP, MySQL等常用软件均可通过yum安装包获取

yum install httpd php mysql-server # mysql: 客户端; php-mysql: php connect; mysql-server: mysql服...

【linux】  【mysql】  【防火墙】  【Apache】  【yum】  【配置】  【DB】   …

[获取更多]
Golang操作数据库

基本概念 Open() – creates a DB Close() - closes the DB Query() - 查询 QueryRow() -查询行 Exec() -执行操作,update,insert,delete Row - A row is not a hash map, but ...

【Golang】  【mysql】  【函数】  【SQL】  【数据库】  【DB】  【string】  【open】   …

[获取更多]
MySQL向GraphQL迁移

GraphQL 是一个开源的图形数据库(基于Node.js实现), 中文文档: https://graphql.js.cool/ sequelize-auto 将 MySQL 数据库转变成模型

[node] sequelize-auto -h  -d  -...

【mysql】  【require】  【数据库】  【DB】  【string】  【GraphQL】  【schema】   …

[获取更多]
python+MySQLdb操作Mysql数据库示例代码程序教程

import MySQLdb#创建链接conn=MySQLdb.Connect(host='localhost',user='root',passwd='',db="xingming")#生成游标cursor=conn.

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

MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.)

在mysql中执行以下命令:   drop database hive;   create database hive;   alter database hive character set latin1;   重启hive

【mysql】  【DB】  【Hive】  【Create】  【database】   点击查看原文>

测试开启MySQL performance_schema后对性能的影响

在开启MySQL PerformanceSchema 性能收集功能的情况下,对数据库性能影响

【数据存储与数据库】  【mysql】  【innodb】  【性能】  【HTTPS】  【数据库】  【性能监控】  【Image】   …

[获取更多]
在go中连接mysql

5.访问数据库

5.1 database/sql接口

5.2 使用MySQL数据库

5.3 使用SQLite数据库

5.4 使用PostgreSQL数据库

5.5 使用Beego orm库进行ORM开发

5.

【PostgreSQL】  【mysql】  【SQL】  【数据库】  【sqlite】  【DB】  【string】   …

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