How can i remove the language files from db or site files..
Installation and Configuration
CREATE TABLE `jr_jraction_hash` (
`hash_profile_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
`hash_text` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`hash_time` int(11) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
MySQL çıktısı: Belgeler
#1050 - Table 'jr_jraction_hash' already exists
after table import i am getting this error