Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Creating tables
Creating tables [message #771] Wed, 18 April 2007 07:58 Go to next message
mrbun
Messages: 6
Registered: April 2007
Location: Greenford
Junior Member
Several of the mysql schema creation scripts refer both to InnoDB and MyISAM for TableType.

I can understand this division of labour in a production model but in development and learning environment it is handy to have the tables in the same place and format. Just less variables to ponder on.

Mike B
Re: Creating tables [message #773 is a reply to message #771] Wed, 18 April 2007 08:09 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
MySQL is such a flexible DBMS that it is possible to switch any table from one type to another 'on the fly', so the fact that the create table scripts specify one particular type should not be a problem. Some developers like to use INNODB tables because they support database transactions, while others do not care. It is a matter of personal choice, and the framework will deal will whatever choice you make.

Previous Topic: XSLT functions are not available
Next Topic: Fails: require 'include.general.inc'
Goto Forum:
  


Current Time: Thu Mar 28 18:46:11 EDT 2024

Total time taken to generate the page: 0.00897 seconds