MySQL 5.1.33 is an open source developer tool which is multi user and multiple-threaded SQL Database Management System also known as DBMS. It supports cross-platform, SSL, Full Unicode and has a broad subset of ANSI SQL 99 and the extensions. Other features of MySQL 5.1.33 including:
1. INFORMATION_SCHEMA
2. Query caching
3. Cursors
4. Full-text indexing and searching using MyISAM engine
5. Stored procedures
6. Shared-nothing clustering through MySQL Cluster
7. Independent storage engines (Archive for storing historical data in little space, InnoDB for transactions and referential integrity, MyISAM for read speed)
8. Updatable Views
9. ACID compliance using the BDB, Cluster engines and InnoDB
10. Triggers
11. Replication with one master per slave, many slaves per master, no automatic support for multiple masters per slave.
12. Strict mode
13. Transactions with the InnoDB, BDB and Cluster storage engines; savepoints with InnoDB
14. X/Open XA distributed transaction processing (DTP) support; two phase commit as part of this, using Oracle's InnoDB engine
15. Embedded database library
16. True VARCHAR support
17. Sub-SELECTs (i.e. nested SELECTs)
Download link for MySQL 5.1.33 Open Source
Download link 2
Download link 3
File size: 35.46MB
File name: mysql-essential-5.1.33-win32.msi
Platforms: Windows 95, 98, 2000, 2003, XP or Vista
Publisher: MySQL
Sunday, June 28, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment