Suppose I have three book databases that I want to keep separate as
far as searching is concerned. Am I right in thinking that I could
have eg. one database with three different tables or three databases
with one table each ?
If so then what are the reasons why one would choose one ahead of the
other ?
Can one have concurrent connections to multiple tables in one database
on a MySQL server ? Concurrent connections to multiple tables in
multiple databases on a MySQL server ?
Any input appreciated.
Regards, John.