Ok I am upgrading from 3.2 to 3.3 but when I go to import database I keep getting errors
Error
SQL query:
ALTER TABLE `users` ADD `apikey` VARCHAR( 32 ) NOT NULL ;
MySQL said: Documentation
#1060 - Duplicate column name 'apikey'
This has happened so far 3 times if I alter the table name and change it it will go till it finds the next and give a different error for a different table #1060 - Duplicate column name "whatever it is"
Error
SQL query:
ALTER TABLE `users` ADD `apikey` VARCHAR( 32 ) NOT NULL ;
MySQL said: Documentation
#1060 - Duplicate column name 'apikey'
This has happened so far 3 times if I alter the table name and change it it will go till it finds the next and give a different error for a different table #1060 - Duplicate column name "whatever it is"