mysql5的新特性是

来源:百度知道 编辑:UC知道 时间:2024/07/04 07:41:25
mysql5的新特性是?
和mysql4的区别

“跨类联合存储式数据库表”这是 MySQL5 的新技术使得几个分布在不同的物理位置的数据库,可以成为单一的逻辑数据库形式,呈现在最终用户的面前,从而 简化了对全部数据库的访问。

推荐上这个网站上去找资料吧,应该可以找到你需要的,中文的mysql网站,
http://www.mysql.cn/
这是她们的论坛,有很多有用的资源
http://bbs.mysql.cn/
mysql5和mysql4的区别你可以查这个网站上面的mysql5和mysql4官方手册,查看地址:
http://doc.mysql.cn/

希望我的回答能帮你解决问题 谢谢!

BIT Data Type: Can be used to store numbers in binary notation. See Section 11.1.1, “Overview of Numeric Types”.

Cursors: Elementary support for server-side cursors. For information about using cursors within stored routines, see Section 17.2.9, “Cursors”. For information about using cursors from within the C API, see Section 22.2.7.3, “mysql_stmt_attr_set()”.

Information Schema: The introduction of the INFORMATION_S