Hello,
I have this message at the install (server OVH) :
Error creating database table - Create Table - BOOKINGS
CREATE TABLE IF NOT EXISTS `bookings` ( `id` int(11) NOT NULL auto_increment, `id_item` int(20) NOT NULL default '0', `the_date` date NOT NULL default '0000-00-00', `id_state` int(11) NOT NULL default '0', `id_booking` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `id_item` (`id_item`), KEY `id_state` (`id_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8 AUTO_INCREMENT=1' at line 10
Could you help me please ?