Quote:
Originally Posted by Paul M
What version number does the product itself have ?
|
@ Paul M: the product version is 1.0
@ Marco:
Yup, I wrote that product xml file, for clean installation. And thank for the tip. the error report pointed me to where to the bug.
For some reasons, MySQL doesn't like the DEFAULT syntax as in ENGINE=MyISAM DEFAULT AUTO_INCREMENT=2 , so I changed it to
ENGINE=MyISAM AUTO_INCREMENT=2
and it worked!
many thanks.