Databse type

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Databse type

Post by itsmani1 »

My mysql databse type is "InnoDB" is there any type other than this type?
can i convet my current InnoDB type databse to some other type or not?
lastly
which one is the best databse type?

thanx.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

It all depends on your needs.. Have you actually tried a websearch for mysql datastorage engine? I'm pretty sure you'll find a link to the section in their documentation that lists all the engines.. And describes how they differ...
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

FInd the storage engine details at http://dev.mysql.com/doc/refman/5.0/en/ ... gines.html.
Post Reply