MySQL 5.1参考手册 前言 » Section Navigation [ Toggle ] MySQL 5.1参考手册 前言 1. 一般信息 2. 安装MySQL 3. 教程 4. MySQL程序概述 5. 数据库管理 6. 中的复制 7. 优化 8. 客户端和实用工具程序 9.语言结构 10. 字符集支持 11. 列类型 12. 函数和操作符 13. SQL语句语法 14. 插件式存储引擎体系结构 15. 存储引擎和表类型 16...
http://imysql.cn/docs/MySQL_51_zh/mysql_51.html 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/249/showart_573953.html
mysql5.1中文手册 折腾了一下午,就做了两个chm的东西。 下载地址: 下载地址 还比较粗糙,没章没有展开,有那位大侠想把他做的更加人性化,把每节单独提取出来,可以和偶联系。 [email=playmud@hotmail.com]playmud@hotmail.com[/email] 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/1574/showart_258684.html
http://dev.mysql.com/doc/refman/5.1/zh/index.html DELETE、INSERT、REPLACE和UPDATE返回更改(影响)的行数。连接到服务器时,可通过设置标志返回匹配的行数 MySQL的SHOW命令可用于检索关于数据库、数据库引擎、表和索引的信息。EXPLAIN命令可用于确定优化器处理查询的方式 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/19271/showart_173900.html
5.13. MySQL查询高速缓冲 5.13.1. 查询高速缓冲如何工作 5.13.2. 查询高速缓冲SELECT选项 5.13.3. 查询高速缓冲配置 5.13.4. 查询高速缓冲状态和维护 查询缓存存储SELECT查询的文本以及发送给客户端的相应结果。如果随后收到一个相同的查询,服务器从查询缓存中重新得到查询结果,而不再需要解析和执行查询。 如果你有一个不经常改变的表并且服务器收到该表的大量相同查询,查询缓存在这样的应用环境中十分有用...
看到哪写到哪吧,就当个日记了。 1、安装完毕后首先执行的就是建立个人登陆账户(用root练习不是好习惯)。 可以用两种方法来建立 mysql 账户: a. 用CREATE USER 或者GRANT 命令建立。 b. 用 INSERT , UPDATE , DELETE 等命令直接操作授权表。 eq: mysql> GRANT ALL ON data_name.* TO 'your_mysql_name'@'your_client_host'; 2、登录到mysql server中: mysql -h hosts -u username -p 。 (-b ...
摘自MySQL 5.1 Reference Manual
char * name
The name of the field, as a null-terminated string. If the field was given an alias with an AS clause, the value of name is the alias.
char * org_name
The name of the field, as a null-terminated string. Aliases are ignored.
是否……………>
如果该字段用AS字句绑定了一个别名的话,cout<
摘自MySQL 5.1 Reference Manual
char * name
The name of the field, as a null-terminated string. If the field was given an alias with an AS clause, the value of name is the alias.
char * org_name
The name of the field, as a null-terminated string. Aliases are ignored.
是否……………>
如果该字段用AS字句绑定了一个别名的话,cout<