morgan1122 Posted December 23, 2010 Posted December 23, 2010 QUERY ERROR: Table 'announcements' already exists Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ; When i tryed to install i got this error Quote
Kieran-R Posted December 23, 2010 Posted December 23, 2010 Read the error. Its tells you exactly what someone in this forum is going to tell you. "Table 'announcements' already exists" delete that table, and any other table on your DB, and restart the installation. Quote
morgan1122 Posted December 23, 2010 Author Posted December 23, 2010 what shal i just delet my database and add a new one will that sort it? Quote
Curt Posted December 23, 2010 Posted December 23, 2010 lol...dont delete your entire database... simply drop the announcements table and run the SQL again. Quote
Djkanna Posted December 25, 2010 Posted December 25, 2010 Drop them all and repeat the installation process. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.