What should I set to use InnoDB in phpMyAdmin?

lmsook

Guppy
Hello,
I have two tables, user and address.
When a user signs up, I need to insert user general information to user table and his address into address table. - transaction concept.
Currently I am using MyIsam table type as I used to use,
but as I researched the transaction, many suggest to use InnoDB table type. But I can't create tables with InnoDB type in phpMyAdmin. I am using phpMyAdmin 2.6.3 and MySQL 4.1.13
Should I set some value in config.inc.php to use innoDB table type?

Thanks in advance.
 
Back
Top