How difficult is it to remove the Table Prefixes?
I do have access to MYSQL, but not sure how to go about renaming my tables.
and I guess that on line 73 in the configure.php file
" define('DB_PREFIX', 'zen_');" should be changes to
" define('DB_PREFIX', '');
Is there any other files to change?