-
Recent Posts
Recent Comments
Archives
Categories
- .NET
- Android
- Apache
- API
- Cloud Computing
- Data Center
- Database
- Flash
- Google Chromium
- HTML
- Knowledgebase
- Linux
- Mobile Application Development
- MySQL
- Open Source
- Perl
- Photoshop
- PHP
- Programming
- Proxy server
- Quality Assurance & Testing
- Search Engine Optimization
- Security
- Storage
- TeamGrowth
- Tools
- Tutorial
- Web Design
- Xen
Meta
Tag Archives: table types supported by mysql
MySQL storage engines
MySQL supports the following the table types or storage engines: 1. ISAM 2. MyISAM 3. InnoDB 4. BerkeleyDB(BDB) 5. MERGE 6. HEAP While considering the table types you have to mainly focus on the following factors: 1. Transaction safe 2. … Continue reading