
Originally Posted by
cPanelDavidG
You want this to work, even if you're overwriting another user's database? In an environment where user prefixing is disabled, a user creates a database called "sales_db" - then you go to import a user who was in an environment where prefixing was enabled, and their username was "sales" and they had a database named "sales_db."
So even though sales_db doesn't belong to user sales, you still want the sales_db (belonging to user: sales) to overwrite the existing content of sales_db (not accessible to user sales)?
There seems like there should be a much more refined way of doing this. Any suggestions?