Jamie Bliss wrote:
In MySQL, it creates it's own DB and places all it's tables there. The only time an app should overwrite data is if there is a naming conflict.
And if you do have other tables in there which might conflict, you should specify a table prefix during installation so the names will definitely stay separate (in 1.4.0).
-- brion vibber (brion @ pobox.com)