讓大家期待已久的 MySQL 5.0 終於發表了!
增加了不少以前欠缺的功能
有興趣的趕快去下載吧!
http://www.my...com/新增、修正:
(1) Stored Procedures and SQL Functions to embed business logic in the database and improve performance;
(2)Triggers to enforce complex business rules at the database level;
(3)Views to ensure protection of sensitive information;
(4)Cursors to allow easier database development and reference of large datasets;
(5)Information Schema to provide easy access to metadata;
(6)XA Distributed Transactions supports complex transactions across multiple databases in heterogeneous environments;
(7)SQL Mode provides server-enforced data integrity for new and existing data;
(8)New Federated and Archive Storage Engines -- MySQL's pluggable storage engine architecture allows greater flexibility, functionality and performance by making it easy to swap database engines in and out, based on users' application requirements;
(9)New Migration Toolkit -- A new graphical toolkit that completely migrates all data and objects from Oracle, Microsoft SQL Server, Microsoft Access and other database platforms to MySQL;
(10)Instance Manager -- new management assistant that allows remote starting/stopping of any MySQL Server, as well as remote editing of configuration files, reading of error and query logs, and more;
(11)Updated Connectors and Visual Tools -- new versions of MySQL's ODBC, Java and .NET database drivers are now available, along with updated versions of the MySQL Query Browser and MySQL Administrator.