Forum Moderators: open

Message Too Old, No Replies

Creating innoDB table

Best way to...

         

henry0

8:25 pm on Nov 30, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



"InnoDB is the only engine that offers real ACID-compliant transactions"

the above is a statement that appeared HERE [webmasterworld.com]
In a thread I originated earlier

I am wondering if the innoDB table creation could be facilitated with an app such as phpMyAmin?

if it needs to be hardcoded how will I do it
how does it compare to the usual MySQL tables from a coding stand point of view?

Any tutorial on writing those innoDB tables?

thanks

txbakers

8:30 pm on Nov 30, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I use mySQL Front and the mySQL Administrator tools, so it's very easy to create the tables as INNODB.

there are no coding differences between using INNODB and myISAM.

henry0

8:57 pm on Nov 30, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks txbakers