
[DataBase]
文章平均质量分 90
duanlove
嵌入式虚拟化,LINUX内核艺术,系统底层世界……
展开
-
自己写的mysql客户端应用程序(通过官方头文件和lib来编译链接实现)
#include #include #include #include "include\mysql.h"//#pragma comment(lib, "libmysql.lib")using namespace std;int fetchsqldb(char *mysql_host);int custom_sql(char *mysql_host, const cha原创 2012-10-07 22:56:29 · 1695 阅读 · 0 评论 -
经常使用的Oracle监控语句
转自:http://www.cnblogs.com/yuxiang9999/archive/2008/11/22/1338803.html经常使用的Oracle监控语句最近项目需要,性能、数据准确性等问题一个接一个解决,很累,但我是很看好这种机遇。客户有时会说服务器CPU占用100%,妈啊,小型机啊,为了要证明是程序问题还是SQL语句的问题,或者是程序死锁问题,通过各种方式进行转载 2012-11-06 17:03:49 · 947 阅读 · 0 评论 -
IBM公司DB2数据库的ODBC驱动的下载地址及相关资料
DB2数据库的ODBC驱动相关的套件(一个套件包括很多软件,包括ODBC驱动)的官方下载地址:http://www-01.ibm.com/support/docview.wss?uid=swg24032087————这个连接的DB2软件有如下类型的平台:Download DB2 9.5 Fix Pack 9 click the operating syste原创 2012-03-25 20:55:28 · 20123 阅读 · 3 评论 -
Mysql show global status 各项指标的含义
Aborted_clients 指出由于某种原因客户程序不能正常关闭连接而导致失败的连接的数量。如果客户不在退出之前调整mysql_close()函数,wait_timeout或interactive_timeout的限制已经被超出,或者是客户端程序在传输的过程中被关闭,则这种情况会发生。 Aborted_connects 指出试图连接到MYSQL的失败的次数。原创 2013-06-19 14:17:44 · 10106 阅读 · 0 评论 -
MYSQL Connector/ODBC [Mysql ODBC驱动版本的 ANSI 和 UNICODE两个版本的区别]
Connector/ODBC VersionsThese are the versions of Connector/ODBC that are currently available:Connector/ODBC 5.2, currently in GA status, upgrades the ANSI driver of Connector/ODBC原创 2013-06-23 17:27:05 · 23129 阅读 · 2 评论 -
【MySql APIs】很完整的关于怎么用各种方法连接Mysql数据库,和使用API来操作Mysql数据库的资料
原文地址: http://www.cs.ait.ac.th/laboratory/database/manual/manual_Clients.shtml8 MySQL APIsThis chapter describes the APIs available for MySQL, where to get them, and how to use them. The C API转载 2013-07-10 22:28:08 · 6576 阅读 · 0 评论 -
[MYSQL]Mysql 数据库 show global status 的所有项目
Aborted_clients 5Aborted_connects 0Binlog_cache_disk_use 0Binlog_cache_use 0Binlog_stmt_cache_disk_use 0Binlog_stmt_cache_use 0Bytes_received 9835Bytes_sent 275095Com_a原创 2013-06-19 16:03:06 · 1235 阅读 · 0 评论