After Install Magento I can see TABLE in database like:
admin_assert
admin_role
admin_rule
admin_user
For example, I has new CREATE TABLE as listed below, how could I point Magento to READ this new TABLES and leave the old one.
myshopadmin_assert
myshopadmin_role
myshopadmin_rule
myshopadmin_user
note: all tables I create with new name, that means i have 2 same table with different name, and old table with no data table.
Thanks in advance.