XAMPP and the InnoDB Engine?

Problems with the Windows version of XAMPP, questions, comments, and anything related.

XAMPP and the InnoDB Engine?

Postby random1 » 10. March 2008 10:01

I have XAMPP working and configured correctly. Does XAMPP include the InnoDB engine for MySQL?

I'm using the code:

/*Table structure for table `data_validation_type` */

DROP TABLE IF EXISTS `data_validation_type`;

CREATE TABLE `data_validation_type` (
`data_validation_type_ID` bigint(20) NOT NULL auto_increment COMMENT 'The ID of the data validation type',
`data_validation_type_Name` text collate utf8_unicode_ci NOT NULL COMMENT 'The Name of the data validation type',
`data_validation_type_Description` longtext collate utf8_unicode_ci NOT NULL COMMENT 'The Description of the data validation type',
PRIMARY KEY (`data_validation_type_ID`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

But it inserts as 'MYISAM' instead.
random1
 
Posts: 27
Joined: 17. December 2007 07:31

Postby Milligan » 10. March 2008 10:16

Last edited by Milligan on 17. July 2008 06:11, edited 1 time in total.
Milligan
 
Posts: 136
Joined: 03. March 2008 06:23

Got it Working

Postby random1 » 10. March 2008 13:26

Thanks Milligan,

Very helpful :D It's working great now.
random1
 
Posts: 27
Joined: 17. December 2007 07:31


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 155 guests