MySQL Forums
Forum List  »  InnoDB

creating a database inside a MySQL database
Posted by: Akash Gupta
Date: February 04, 2013 01:28AM

I have three MySQL Databases: db1, db2 and db3, which contains several tables.

I want to have these database under two different schema or databases, test1 and test2.

So that both test1 and test2 database has three databases each:

test1.db1, test1.db2 and test1.db3 AND

test2.db1, test2.db2 and test3.db3

This was done using tablespace in Oracle.

How can I do this in MySQL?

Need help..

Options: ReplyQuote


Subject
Views
Written By
Posted
creating a database inside a MySQL database
1091
February 04, 2013 01:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.