Quote:
Originally Posted by byon
thanks dismounted.
yup.
some are. what about the other tables which are not in the same database?
|
prepend the table with the database name.
select blah from databae1.table1, database2.table2....
You can join tables from different databases, or just use the different database. MySQL does not care which databases tables live in, and accessing different databases has no effect on system performance.