i'm trying to install mantis 1.0 stable on sql server but end up with the following error:
"BAD
CREATE TABLE mantis_config_table ( config_id VARCHAR(64) NOT NULL, project_id INT DEFAULT 0 NOT NULL, user_id INT DEFAULT 0 NOT NULL, access_reqd INT DEFAULT 0, type INT DEFAULT 90, value TEXT NOT NULL, PRIMARY KEY (config_id, project_id, user_id) )
[Microsoft][ODBC SQL Server Driver][SQL Server]There is already an object named 'mantis_config_table' in the database."
checking ms sql server after this error shows no Mantis bugtracker database been created.
does anybody has any clues?
regards,
Emil
