We want to delete/remove the Magento table prefix.
How can this be done? Is there a script available to do this in one-go?
Essentialy changing the table myprefix_catalog_category to catalog_category
We have had the prefix since 1.3 - but it is causing us too much problems when running scripts or extensions where one forgot to respect it. Removing it seems a lot more logical then.
- http://dba.stackexchange.com/questions/13259/sql-command-to-remove-prefix-from-a-set-of-tables
– Rahul Kumar Das Jul 16 '15 at 11:38