Description:
MySQL is a multithreaded, multi-user, SQL Database Management System (DBMS).
Features:
- A broad subset of ANSI SQL 99, as well as extensions
- Cross-platform support
- Stored procedures
- Triggers
- Cursors
- updatable Views
- True VARCHAR support
- INFORMATION_SCHEMA
- Strict mode
- X/Open XA distributed transaction processing (DTP) support; two phase commit as part of this, using Oracle's InnoDB engine
- Independent storage engines (MyISAM for read speed, InnoDB for transactions and referential integrity, Archive for storing historical data in little space)
- Transactions with the InnoDB, BDB and Cluster storage engines; savepoints with InnoDB
- SSL support
- Query caching
- Sub-SELECTs (i.e. nested SELECTs)
- Replication with one master per slave, many slaves per master, no automatic support for multiple masters per slave.
- Full-text indexing and searching using MyISAM engine
- Embedded database library
- Full Unicode support
- ACID compliance using the InnoDB, BDB and Cluster engines
- Shared-nothing clustering through MySQL Cluster
Title: | MySQL 5.1.30 |
Filename: | mysql-essential-5.1.30-win32.msi |
File size: | 35.03MB (36,727,296 bytes) |
Requirements: | Windows 9x/2000/XP/2003/Vista |
License: | Open Source |
Date added: | December 31, 2008 |
Author: | MySQL AB www.mysql.com |
Change Log:
- New! Partitioning to improve performance and management of very large database environments
- New! Row-based/Hybrid Replication for improved replication security
- New! Event Scheduler to create and schedule jobs that perform various database tasks
- New! XPath Support
- New! Dynamic General/Slow Query Log
- New! Performance/Load Testing Utility (mysqlslap)
- Improved! Full Text Search (faster, new dev templates)
- Improved! Archive engine (better compression, more features)
- Improved! User session and problem SQL identification
- Improved! MySQL embedded library (libmysqld)
0 коммент.
Post a Comment