I am receiving the following error while trying to upload the SQL file to the website. SQL query: -- -- Database: `trcx_wp694` -- -- Table structure for table `wphg_aiowps_events` -- CREATE TABLE `wphg_aiowps_events` ( `id` bigint(20) NOT NULL, `event_type` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ip_or_host` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `referer_info` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country_code` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_data` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci MySQL output: Documents #1050 - Table 'wphg_aiowps_events' already exists. Can you please assist me with this error?