首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 冲浪宝典 > 网络资源 > Mysql 教程
【标  题】:Mysql 教程
【关键字】:Mysql
【来  源】:http://www.cublog.cn/u/21908/showart.php?id=162375

Mysql 教程

简介
1,Why Use MySQL?
快速,稳定,它是免费软件也是商业软件,支持transactions, row-level locking, foreign keys, subqueries, and full text searching. Version 5.0 will add stored procedures to the list.
易于安装使用,对系统要求低

2,Why MySQL Instead of Another Database?
性能,价格,功能的最佳结合.(一下略)

3,What's Different in MySQL 4.0 and 4.1?
长期以来MySQL 3.23 是最新版本,2003-04,MySQL 4.0.13 发布
a,The InnoDB engine is ACID compliant, supporting transactions, foreign keys, and row-level locking.
b,MySQL now uses a query cache, storing the results returned by queries for later reuse and, hence, greatly improving performance for common queries.
c,Full-text indexing and searching, which were added in 3.23.23, have been improved with the addition of Boolean mode.
d,MERGE tables now support INSERT and AUTO_INCREMENT.
e,The result sets from SELECT queries can now be merged with UNION.
f,You can now delete rows from multiple tables with a single DELETE statement.
g,User privilege management has been refined. More privileges have been added to give you a finer grain of control, and you can also now limit a user's resource use.
h,You can now make changes to server configuration without having to restart the server.
i,A new C language library, libmysqld, is now available to allow you to embed MySQL servers in your programs.
j,Replication, which has been available since 3.23.15, has been improved in various ways, mostly bug fixes. For example, you can now set up a slave using LOAD DATA FROM MASTER, rather than having to use mysqldump or a tool like mysqlsnapshot.
In 4.1, there are some additional improvements. The most important change is the addition of subqueries and derived tables. You also get Unicode support, support for OpenGIS geographical data storage, and a host of other minor improvements.

目前公司所用的版本.4.0.21-standard

The biggest change in version 5.0 is the addition of stored procedures, which have already been implemented in this pre-alpha. Other changes are also planned, including support for cursors, RTREE indexes, true VARCHARs, and a host of other minor features.

Version 5.1 should support foreign keys for all table types (among a host of other features).


We will focus on five key areas: installing and configuring MySQL, designing and creating databases with MySQL, using MySQL, administering MySQL, and optimizing MySQL. We will cover all the core skills necessary to use MySQL on a professional basis.

第一部分:MYSQL 基础

Chapter 1. Installing MySQL

配置系统

做一下配置,

1,InnoDB





SAS技术简介:【上一篇】
Mysql常用函数列表:【下一篇】
【相关文章】
  • Windows下Tomcat+Mysql的配置
  • mysql 8小时空闲后连接超时的问题
  • hibernate+eclipse+mysql
  • 指南从MySQL转向ADODB的方法
  • PHP与MySQL开发中页面乱码的产生与解决
  • PHP从MySQL数据库获取数据并生成xml文档
  • jsp 连接mysql(完整教程)
  • Mysql5.0+JSP+Servlet中文解决三步走[原创]
  • EL4-update3下mysql集群的配置
  • 原来mysql不支持外键,要用InnoDB才可以..
  • 【随机文章】
  • 内存管理的概念和内存管理函数
  • 找回linux的root用户密码
  • Linux十大高级安全管理技巧
  • Maya Mel基础教程(3)
  • PHP4.2.2 与 MySql3.2 的结合应用:
  • MPEG的新发展—MPEG4、MPEG7
  • 正则表达式regular expression详述(一)
  • Linux下动态连接库的应用
  • Eclipse插件下载地址
  • 常见应用技巧集中营
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.