I really want to give codefight a try, but I got a problem during the installation !
I use XAMPP as a server, I created a database named "codefight", login "root", password "[empty]". When I click "submit", I got the error :
- Code: Select all
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 'CREATE TABLE IF NOT EXISTS `cf_banners` ( `banners_id` int(11) NOT NULL AUTO_I' at line 2You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_banners_history` ( `banners_history_id` int(11)' at line 2You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_forms_groups` ( `form_groups_id` int(11) NOT NU' at line 2You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_forms_items` ( `form_item_id` int(11) NOT NULL ' at line 2You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_forms_items_to_groups` ( `form_groups_id` int(1' at line 2You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_groups` ( `groups_id` int(11) NOT NULL AUTO_INC' at line 2Table 'codefight.cf_groups' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_menus` ( `menus_id` int(11) NOT NULL AUTO_INCRE' at line 2Table 'codefight.cf_menus' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_ontheweb` ( `id` int(11) NOT NULL AUTO_INCREMEN' at line 2You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_pages` ( `pages_id` int(11) NOT NULL AUTO_INCRE' at line 2Table 'codefight.cf_pages' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_pages_access` ( `pages_id` int(11) NOT NULL, ' at line 2Table 'codefight.cf_pages_access' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_pages_comments` ( `pages_comments_id` int(11) N' at line 2You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_pages_tags` ( `pages_id` int(11) NOT NULL, `t' at line 2Table 'codefight.cf_pages_tags' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_sessions` ( `session_id` varchar(40) NOT NULL D' at line 2Table 'codefight.cf_sessions' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_settings` ( `settings_id` int(11) NOT NULL AUTO' at line 2Table 'codefight.cf_settings' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_tags_cloud` ( `tag` varchar(255) NOT NULL, `t' at line 2Table 'codefight.cf_tags_cloud' doesn't existYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `cf_users` ( `users_id` int(11) NOT NULL AUTO_INCRE' at line 2Table 'codefight.cf_users' doesn't exist
And of course, nothing's written in the database...
What am I doing wrong ?
Any reply is more than appreciated !

