@frank6tg
Which database tables are you referring to?
If a site uses a custom table prefix instead of wp_ the standard prefix wp_ tables are created by this plugin when doing a migration. The tables are essentially empty, but not necessary.
So “ALL OF THE Standard Tables” are created wp_users wp_posts wp_comments etc.
@frank6tg
In that case all of the wp_ prefix database tables of the new install site can be deleted using phpMyAdmin if the site being migrated over is using a different database prefix. I would remove the wp_ prefix database tables after the migration is complete.
-
This reply was modified 6 years, 3 months ago by
Luke Cavanagh. Reason: clarify wording
I totally understand and that is my current practice but I would hope that there would be a commitment to improve the product. It is not unheard of to change a database prefix.