Yes and no. the xyz is really something else, but I obfuscated it for posting on a public forum. But the database in question has the exact same name as was in the error. Now, I just tried to re-import the database to see if I can all the tables, but I got this in PhPMyAdmin:

SQL query:


--
-- Dumping data for table `ubbt_ANNOUNCEMENTS`
--

INSERT INTO `ubbt_ANNOUNCEMENTS` (`TOPIC_ID`, `FORUM_ID`) VALUES
(5343, '22'),
(6770, '20'),
(6779, '17'),
(7580, '23'),
(15561, '26'),


MySQL said:

#1062 - Duplicate entry '5343-22' for key 'a_index'


Do I need to delete and re-create a DB before I try to import it again?

Last edited by Basil; 03/24/2018 8:33 PM.