Hey,
This is what the log says:
/*[15:27:44][ 0 ms]*/ create table `cl`.`USER` ( `UserID` int UNSIGNED NOT NULL AUTO_INCREMENT , `UserName` varchar (32) NOT NULL , `Password` char (32) NOT NULL , PRIMARY KEY ( `UserID` ) )ngine=InnoDB row_format=dynamic
I was trying to create a simple table, using the new table window. It seems to miss the E in Engine and the space before it.