Database setup failure

Database setup failure

by Mark Davies -
Number of replies: 0

I am attempting to install 1.5.2 on a ISP server and am executing the install.php, which works until I get the following error on the database setup. The first part of the setup works fine its only when the 2nd part executes it fails. Any ideas?

(mysql): CREATE TABLE `config` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) COMMENT='Moodle configuration variables';  


1050: Table 'config' already exists

      
   


Error

Average of ratings: -